Skip to content

Instantly share code, notes, and snippets.

@lkuper
Created October 14, 2014 04:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lkuper/1004f2345aab65d6386c to your computer and use it in GitHub Desktop.
Save lkuper/1004f2345aab65d6386c to your computer and use it in GitHub Desktop.
repos $ mkdir tmp
repos $ cd tmp/
tmp $ cabal sandbox init
Writing a default package environment file to
/Users/lkuper/repos/tmp/cabal.sandbox.config
Creating a new sandbox at /Users/lkuper/repos/tmp/.cabal-sandbox
tmp $ cabal install ~/repos/lvars/haskell/lvish/
Resolving dependencies...
cabal: Could not resolve dependencies:
trying: lvish-2.0 (user goal)
next goal: par-collections (dependency of lvish-2.0)
Dependency tree exhaustively searched.
Note: when using a sandbox, all packages are required to have consistent
dependencies. Try reinstalling/unregistering the offending packages or
recreating the sandbox.
tmp $ cabal install ~/repos/lvars/haskell/par-collections/
Resolving dependencies...
cabal: Could not resolve dependencies:
trying: par-collections-1.1 (user goal)
next goal: par-classes (dependency of par-collections-1.1)
Dependency tree exhaustively searched.
Note: when using a sandbox, all packages are required to have consistent
dependencies. Try reinstalling/unregistering the offending packages or
recreating the sandbox.
tmp $ cabal install ~/repos/lvars/haskell/par-classes/
Resolving dependencies...
Notice: installing into a sandbox located at
/Users/lkuper/repos/tmp/.cabal-sandbox
Configuring par-classes-1.1...
Building par-classes-1.1...
Installed par-classes-1.1
tmp $ cabal install ~/repos/lvars/haskell/par-collections/
Resolving dependencies...
Notice: installing into a sandbox located at
/Users/lkuper/repos/tmp/.cabal-sandbox
Configuring cereal-0.4.1.0...
Building cereal-0.4.1.0...
Installed cereal-0.4.1.0
Configuring par-collections-1.1...
Building par-collections-1.1...
Installed par-collections-1.1
tmp $ cabal install ~/repos/lvars/haskell/lvish/
Resolving dependencies...
Notice: installing into a sandbox located at
/Users/lkuper/repos/tmp/.cabal-sandbox
Configuring atomic-primops-0.6.0.6...
Configuring bits-atomic-0.1.3...
Building atomic-primops-0.6.0.6...
Building bits-atomic-0.1.3...
Installed atomic-primops-0.6.0.6
Configuring lattices-1.2.1.1...
Configuring missing-foreign-0.1.1...
Installed bits-atomic-0.1.3
Building lattices-1.2.1.1...
Building missing-foreign-0.1.1...
Installed missing-foreign-0.1.1
Installed lattices-1.2.1.1
Configuring lvish-2.0...
Building lvish-2.0...
Installed lvish-2.0
tmp $
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment