Created
March 23, 2016 16:14
-
-
Save jakab922/d04b6795ddd9eaa46efb to your computer and use it in GitHub Desktop.
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
Resolving dependencies... | |
Configuring aeson-0.11.1.3... | |
Building aeson-0.11.1.3... | |
Failed to install aeson-0.11.1.3 | |
Build log ( /home/dani/.cabal/logs/aeson-0.11.1.3.log ): | |
Configuring aeson-0.11.1.3... | |
Building aeson-0.11.1.3... | |
Preprocessing library aeson-0.11.1.3... | |
[ 1 of 16] Compiling Data.Aeson.Functions ( Data/Aeson/Functions.hs, dist/build/Data/Aeson/Functions.o ) | |
[ 2 of 16] Compiling Data.Aeson.Internal.Time ( Data/Aeson/Internal/Time.hs, dist/build/Data/Aeson/Internal/Time.o ) | |
[ 3 of 16] Compiling Data.Aeson.Types.Internal ( Data/Aeson/Types/Internal.hs, dist/build/Data/Aeson/Types/Internal.o ) | |
Data/Aeson/Types/Internal.hs:401:28: | |
Not in scope: ‘foldl'’ | |
Perhaps you meant one of these: | |
‘H.foldl'’ (imported from Data.HashMap.Strict), | |
‘V.foldl'’ (imported from Data.Vector), | |
‘foldl’ (imported from Prelude) | |
cabal: Error: some packages failed to install: | |
aeson-0.11.1.3 failed during the building phase. The exception was: | |
ExitFailure 1 |
I got a solution:
cabal install aeson-0.11.1.1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm getting the same error trying to install Idris, have you found any solution?