Skip to content

Instantly share code, notes, and snippets.

@warpr
Created November 28, 2012 11:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save warpr/4160595 to your computer and use it in GitHub Desktop.
Save warpr/4160595 to your computer and use it in GitHub Desktop.
12:24 warp@bullet-bill:~$ cabal update && cabal install digestive-functors-aeson
Downloading the latest package list from hackage.haskell.org
Resolving dependencies...
Downloading aeson-lens-0.4.0.1...
Configuring aeson-lens-0.4.0.1...
Building aeson-lens-0.4.0.1...
Preprocessing library aeson-lens-0.4.0.1...
[1 of 1] Compiling Data.Aeson.Lens ( Data/Aeson/Lens.hs, dist/build/Data/Aeson/Lens.o )
[1 of 1] Compiling Data.Aeson.Lens ( Data/Aeson/Lens.hs, dist/build/Data/Aeson/Lens.p_o )
Registering aeson-lens-0.4.0.1...
Running Haddock for aeson-lens-0.4.0.1...
Warning: The documentation for the following packages are not installed. No
links will be generated to these packages: rts-1.0, parallel-3.2.0.2,
syb-0.3.6, text-0.11.1.13
Preprocessing library aeson-lens-0.4.0.1...
Haddock coverage:
79% ( 11 / 14) in 'Data.Aeson.Lens'
Warning: Data.Aeson.Lens: could not find link destinations for:
Data.Aeson.Lens.ValueIx Data.Text.Internal.Text
Documentation created: dist/doc/html/aeson-lens/index.html
Installing library in /home/warp/.cabal/lib/aeson-lens-0.4.0.1/ghc-7.4.1
Registering aeson-lens-0.4.0.1...
Downloading digestive-functors-aeson-1.0.0...
Configuring digestive-functors-aeson-1.0.0...
Building digestive-functors-aeson-1.0.0...
Preprocessing library digestive-functors-aeson-1.0.0...
[1 of 1] Compiling Text.Digestive.Aeson ( src/Text/Digestive/Aeson.hs, dist/build/Text/Digestive/Aeson.o )
src/Text/Digestive/Aeson.hs:11:19:
Module `Text.Read' does not export `readMaybe'
Updating documentation index /home/warp/.cabal/share/doc/index.html
cabal: Error: some packages failed to install:
digestive-functors-aeson-1.0.0 failed during the building phase. The exception
was:
ExitFailure 1
12:24 warp@bullet-bill:~$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment