Changes between Version 14 and Version 15 of Debugging/InstallingPackagesInplace
- Timestamp:
- 03/10/12 04:03:48 (15 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Debugging/InstallingPackagesInplace
v14 v15 14 14 cabal install --with-compiler=<inplace-ghc> <package> 15 15 }}} 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.16 where `<inplace ghc>` is the path to your inplace GHC (usually `$(TOP)/inplace/bin/ghc-stage2`; make sure it's absolute), and <package> is the name of the package. 17 17 18 18 Points to note:
