Legend:
- Unmodified
- Added
- Removed
-
INSTALL
r20946 r20948 12 12 13 13 Additionally, Pugs uses the Cabal framework (http://haskell.org/cabal/), 14 which is usually bundled with GHC itself. (The 6.6 source code contains it.)14 which is usually bundled with GHC itself. (The 6.6.1 source code contains it.) 15 15 16 16 http://jnthn.net/perl6/ has binary builds for Win32. For Mac OS X (PowerPC), … … 262 262 263 263 $ cabal update 264 $ cabal install pugs-compat265 264 $ cabal install Pugs 266 265 267 266 ...and you're done. 267 268 3. To upgrade the current Pugs installation to the latest released version, 269 simply type the same two lines of commands above: 270 271 $ cabal update 272 $ cabal install Pugs 273
