Last active
October 23, 2019 23:49
-
-
Save hhefesto/d980962d5eb8a6fed409ad0cecd8693e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [nix-shell:~/src/stand-in-language]$ cabal new-repl | |
| Resolving dependencies... | |
| cabal: Could not resolve dependencies: | |
| [__0] trying: sil-0.1.0.0 (user goal) | |
| [__1] trying: vector-0.12.0.1 (dependency of sil) | |
| [__2] trying: primitive-0.6.3.0 (dependency of vector) | |
| [__3] next goal: base (dependency of sil) | |
| [__3] rejecting: base-4.12.0.0/installed-4.1... (conflict: primitive => | |
| base>=4.5 && <4.12) | |
| [__3] rejecting: base-4.11.1.0 (constraint from non-upgradeable package | |
| requires installed instance) | |
| [__3] fail (backjumping, conflict set: base, primitive, sil) | |
| After searching the rest of the dependency tree exhaustively, these were the | |
| goals I've had most trouble fulfilling: base, sil, primitive, vector |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment