Skip to content

Instantly share code, notes, and snippets.

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 anacrolix/6e0e24d7d600ef834970c1d5230d23aa to your computer and use it in GitHub Desktop.
Save anacrolix/6e0e24d7d600ef834970c1d5230d23aa to your computer and use it in GitHub Desktop.
anacrolix@anacrolix-mbp-2018:~/src/replica-haskell$ cabal v2-repl
Resolving dependencies...
cabal: Could not resolve dependencies:
[__0] trying: replica-haskell-0.1.0.0 (user goal)
[__1] next goal: base (dependency of replica-haskell)
[__1] rejecting: base-4.14.1.0/installed-4.14.1.0, base-4.15.0.0,
base-4.14.1.0, base-4.14.0.0 (constraint from project config TODO requires
==4.13.0.0)
[__1] rejecting: base-4.13.0.0 (constraint from non-upgradeable package
requires installed instance)
[__1] rejecting: base-4.12.0.0, base-4.11.1.0, base-4.11.0.0, base-4.10.1.0,
base-4.10.0.0, base-4.9.1.0, base-4.9.0.0, base-4.8.2.0, base-4.8.1.0,
base-4.8.0.0, base-4.7.0.2, base-4.7.0.1, base-4.7.0.0, base-4.6.0.1,
base-4.6.0.0, base-4.5.1.0, base-4.5.0.0, base-4.4.1.0, base-4.4.0.0,
base-4.3.1.0, base-4.3.0.0, base-4.2.0.2, base-4.2.0.1, base-4.2.0.0,
base-4.1.0.0, base-4.0.0.0, base-3.0.3.2, base-3.0.3.1 (constraint from
project config TODO requires ==4.13.0.0)
[__1] fail (backjumping, conflict set: base, replica-haskell)
After searching the rest of the dependency tree exhaustively, these were the
goals I've had most trouble fulfilling: base, replica-haskell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment