Skip to content

Instantly share code, notes, and snippets.

@jakab922
Created March 23, 2016 16:14
Show Gist options
  • Save jakab922/d04b6795ddd9eaa46efb to your computer and use it in GitHub Desktop.
Save jakab922/d04b6795ddd9eaa46efb to your computer and use it in GitHub Desktop.
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
@guipdutra
Copy link

I'm getting the same error trying to install Idris, have you found any solution?

@guipdutra
Copy link

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