Changes between Version 13 and Version 14 of Debugging/InstallingPackagesInplace
- Timestamp:
- 02/02/12 23:55:34 (16 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Debugging/InstallingPackagesInplace
v13 v14 12 12 13 13 {{{ 14 cabal install --with- ghc=<inplace-ghc> <package>14 cabal install --with-compiler=<inplace-ghc> <package> 15 15 }}} 16 16 where `<inplace ghc>` is the path to your inplace GHC (usually `$(TOP)/inplace/bin/ghc-stage2`), and <package> is the name of the package.
