Skip to content

Instantly share code, notes, and snippets.

@robstewart57
Created April 30, 2014 11:46
Show Gist options
  • Save robstewart57/195f93123d2e00cd00c8 to your computer and use it in GitHub Desktop.
Save robstewart57/195f93123d2e00cd00c8 to your computer and use it in GitHub Desktop.
cabal hell
$ 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