Changes between Version 9 and Version 10 of PackageEnvironments

Show
Ignore:
Timestamp:
04/22/12 05:25:36 (13 months ago)
Author:
duncan
Comment:

extra virtualenv info

Legend:

Unmodified
Added
Removed
Modified
  • PackageEnvironments

    v9 v10  
    140140It 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. 
    141141 
     142This 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 
    142144== cab == 
    143145