Skip to content

Instantly share code, notes, and snippets.

@carlohamalainen
Created January 23, 2014 08:15
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 carlohamalainen/8574816 to your computer and use it in GitHub Desktop.
Save carlohamalainen/8574816 to your computer and use it in GitHub Desktop.
ghc-7.6.3 vs Cabal-1.18
Resolving dependencies...
cabal: Could not resolve dependencies:
trying: ghc-imported-from-0.1.0.0 (user goal)
next goal: Cabal (dependency of ghc-imported-from-0.1.0.0)
rejecting: Cabal-1.16.0/installed-c6e... (conflict: ghc-imported-from =>
Cabal>=1.18)
trying: Cabal-1.18.1.2
next goal: ghc (dependency of ghc-imported-from-0.1.0.0)
rejecting: ghc-7.6.3/installed-189... (conflict: Cabal==1.18.1.2, ghc =>
Cabal==1.16.0/installed-c6e...)
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.
(13)+ cabal install
Resolving dependencies...
cabal: Could not resolve dependencies:
trying: ghc-imported-from-0.1.0.0 (user goal)
next goal: Cabal (dependency of ghc-imported-from-0.1.0.0)
rejecting: Cabal-1.16.0/installed-c6e... (conflict: ghc-imported-from =>
Cabal>=1.18)
trying: Cabal-1.18.1.2
next goal: ghc (dependency of ghc-imported-from-0.1.0.0)
rejecting: ghc-7.6.3/installed-189... (conflict: Cabal==1.18.1.2, ghc =>
Cabal==1.16.0/installed-c6e...)
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment