Created
December 31, 2018 11:04
-
-
Save harfangk/92220ca47c3377b75a39d2a03417542d to your computer and use it in GitHub Desktop.
cabal 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
➜ haskell-ide-engine git:(master) cabal install Cabal | |
Resolving dependencies... | |
Configuring Cabal-2.4.1.0... | |
Failed to install Cabal-2.4.1.0 | |
Build log ( /home/len/.cabal/logs/Cabal-2.4.1.0.log ): | |
cabal: Error: some packages failed to install: | |
Cabal-2.4.1.0 failed during the configure step. The exception was: | |
user error ('/usr/bin/ghc' exited with an error: | |
/tmp/cabal-tmp-2383/Cabal-2.4.1.0/Distribution/Parsec/ParseResult.hs:32:0: | |
error: missing binary operator before token "(" | |
#if MIN_VERSION_base(4,10,0) | |
^ | |
/tmp/cabal-tmp-2383/Cabal-2.4.1.0/Distribution/Parsec/ParseResult.hs:88:0: | |
error: missing binary operator before token "(" | |
#if MIN_VERSION_base(4,10,0) | |
^ | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment