Changes between Version 9 and Version 10 of PackageEnvironments
- Timestamp:
- 04/22/12 05:25:36 (13 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PackageEnvironments
v9 v10 140 140 It lets the user start shell sessions where the usual Haskell tools (ghc, cabal etc) only use and install packages from the isolated environment. It is implemented by setting environment variables, the `PATH` and `GHC_PACKAGE_PATH` such that the `ghc` and `cabal` commands will install packages only within the local environment. 141 141 142 This solves part of the same problem that `cabal-dev` solves, providing a sandbox for installed packages (but not for source packages as `cabal-dev` does). 143 142 144 == cab == 143 145
