Created
April 30, 2014 11:46
-
-
Save robstewart57/195f93123d2e00cd00c8 to your computer and use it in GitHub Desktop.
cabal hell
This file contains 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 | |
Resolving dependencies... | |
In order, the following would be installed: | |
hashtables-1.1.2.1 (reinstall) changes: hashable-1.1.2.5 -> 1.2.1.0 | |
unordered-containers-0.2.4.0 (reinstall) changes: hashable-1.1.2.5 -> 1.2.1.0 | |
accelerate-0.14.0.0 (reinstall) changes: hashable-1.1.2.5 -> 1.2.1.0 | |
accelerate-io-0.14.0.0 (reinstall) | |
$ | |
$ cabal install hashtables-1.1.2.1 unordered-containers-0.2.4.0 accelerate-0.14.0.0 accelerate-io-0.14.0.0 | |
Resolving dependencies... | |
All the requested packages are already installed: | |
accelerate-0.14.0.0 | |
accelerate-io-0.14.0.0 | |
hashtables-1.1.2.1 | |
unordered-containers-0.2.4.0 | |
Use --reinstall if you want to reinstall anyway. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment