Changes between Version 14 and Version 15 of PackageEnvironments

Show
Ignore:
Timestamp:
06/01/12 17:16:58 (13 months ago)
Author:
refold
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PackageEnvironments

    v14 v15  
    161161 * https://github.com/veinor/sandboxer 
    162162 
    163 `sandboxer` is a simple shell script wrapper around `cabal-dev` that overrides the default sandbox location with one of your choice. This way, multiple projects can share the same sandbox, even if your development/build environment doesn't provide options for specifying the cabal-dev sandbox. It works by setting `GHC_PACKAGE_PATH` to `$SANDBOX_LOCATION:$SYSTEM_LOCATION` and replacing the system `cabal-dev` with a wrapper that calls `cabal-dev --sandbox=$SANDVOX_LOCATION`. `sandboxer` works only on *nix-like systems. 
     163`sandboxer` is a simple shell script wrapper around `cabal-dev` that overrides the default sandbox location with one of the user's choice. This way, multiple projects can share the same sandbox, even if the development/build environment doesn't provide options for specifying the cabal-dev sandbox. It works by setting `GHC_PACKAGE_PATH` to `$SANDBOX_LOCATION:$SYSTEM_LOCATION` and replacing the system `cabal-dev` with a wrapper that calls `cabal-dev --sandbox=$SANDBOX_LOCATION`. `sandboxer` works only on *nix-like systems. 
    164164 
    165165= Package environments idea =