Created
October 18, 2014 21:13
-
-
Save nuttycom/dc442de9faec92fbf5af to your computer and use it in GitHub Desktop.
Cabal sandbox complaining about reinstalls?
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 --only-dependencies | grep reinstall 1 ↵ | |
unix-2.7.0.1 (reinstall) changes: bytestring-0.10.4.0 -> 0.10.2.0 | |
directory-1.2.1.0 (reinstall) | |
process-1.2.0.0 (reinstall) | |
cabal: The following packages are likely to be broken by the reinstalls: | |
haskell98-2.0.0.3 | |
ghc-7.8.3 | |
Cabal-1.18.1.4 | |
bin-package-db-0.0.0.0 | |
haskeline-0.7.1.2 | |
hpc-0.6.0.1 | |
Use --force-reinstalls if you want to install anyway. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment