Changes between Version 9 and Version 10 of Debugging/InstallingPackagesInplace
- Timestamp:
- 09/20/10 02:31:37 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Debugging/InstallingPackagesInplace
v9 v10 19 19 * This will install the package in your home directory (e.g. somewhere under `~/.cabal/lib` on a Unix system), and it will register the package in your private package database, so you'll probably want to remove and unregister it by hand when you've finished. 20 20 21 Plan A can fail, because sometimes Cabal changes, so you might get a message like21 Plan A can fail, because sometimes GHC changes require corresponding Cabal changes (this happened in GHC 6.12), so you might get a message like 22 22 {{{ 23 23 cabal: failed to parse output of 'ghc-pkg dump'
