Skip to content

Instantly share code, notes, and snippets.

@mitchty
Created May 13, 2018 19:52
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 mitchty/0982e0ef8e5223d8fdbf6293b851bce0 to your computer and use it in GitHub Desktop.
Save mitchty/0982e0ef8e5223d8fdbf6293b851bce0 to your computer and use it in GitHub Desktop.
# cabal install idris
Resolving dependencies...
cabal: Could not resolve dependencies:
[__0] trying: idris-1.2.0 (user goal)
[__1] trying: fsnotify-0.2.1.2 (dependency of idris)
[__2] trying: base-4.11.1.0/installed-4.1... (dependency of idris)
[__3] next goal: async (dependency of idris)
[__3] rejecting: async-2.2.1 (conflict: idris => async<2.2)
[__3] rejecting: async-2.1.1.1 (conflict: base==4.11.1.0/installed-4.1...,
async => base>=4.3 && <4.11)
[__3] rejecting: async-2.1.1, async-2.1.0 (conflict:
base==4.11.1.0/installed-4.1..., async => base>=4.3 && <4.10)
[__3] rejecting: async-2.0.2 (conflict: base==4.11.1.0/installed-4.1..., async
=> base>=4.3 && <4.9)
[__3] rejecting: async-2.0.1.6, async-2.0.1.5 (conflict:
base==4.11.1.0/installed-4.1..., async => base>=4.3 && <4.8)
[__3] rejecting: async-2.0.1.4, async-2.0.1.3 (conflict:
base==4.11.1.0/installed-4.1..., async => base>=4.3 && <4.7)
[__3] rejecting: async-2.0.1.2, async-2.0.1.1, async-2.0.1.0 (conflict:
base==4.11.1.0/installed-4.1..., async => base>=4.3 && <4.6)
[__3] rejecting: async-2.0.0.0, async-1.4, async-1.3, async-1.2, async-1.1,
async-1.0 (conflict: fsnotify => async>=2.0.1)
Backjump limit reached (currently 2000, change with --max-backjumps or try to
run with --reorder-goals).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment