Skip to content

Instantly share code, notes, and snippets.

@amatus
Created March 25, 2015 03:58
Show Gist options
  • Save amatus/71fa4d9cca90fd5afd61 to your computer and use it in GitHub Desktop.
Save amatus/71fa4d9cca90fd5afd61 to your computer and use it in GitHub Desktop.
cabal install plugins failed with:
cabal: Error: some packages failed to install:
haskell-src-1.0.2.0 failed during the configure step. The exception was:
ExitFailure 1
plugins-1.5.4.0 depends on haskell-src-1.0.2.0 which failed to install.
SOLUTION:
cabal install haskell-src-1.0.1.5\
cabal install plugins
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment