Created
April 24, 2012 19:58
-
-
Save seanhess/2483147 to your computer and use it in GitHub Desktop.
cabal update failure
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
~$ cabal install cabal cabal-install | |
Resolving dependencies... | |
cabal: cannot configure unix-2.4.2.0. It requires base >=4.2 && <4.4 | |
For the dependency on base >=4.2 && <4.4 there are these packages: | |
base-4.2.0.0, base-4.2.0.1, base-4.2.0.2, base-4.3.0.0 and base-4.3.1.0. | |
However none of them are available. | |
base-4.2.0.0 was excluded because base-4.5.0.0 was selected instead | |
base-4.2.0.0 was excluded because of the top level dependency base -any | |
base-4.2.0.1 was excluded because base-4.5.0.0 was selected instead | |
base-4.2.0.1 was excluded because of the top level dependency base -any | |
base-4.2.0.2 was excluded because base-4.5.0.0 was selected instead | |
base-4.2.0.2 was excluded because of the top level dependency base -any | |
base-4.3.0.0 was excluded because base-4.5.0.0 was selected instead | |
base-4.3.0.0 was excluded because of the top level dependency base -any | |
base-4.3.1.0 was excluded because base-4.5.0.0 was selected instead | |
base-4.3.1.0 was excluded because of the top level dependency base -any |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment