Advertisement
AnotherTest

Cabal install web-encodings output

Feb 28th, 2013
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. $ cabal install web-encodings
  2. Resolving dependencies...
  3. Configuring failure-0.1.2...
  4. Preprocessing library failure-0.1.2...
  5. Building failure-0.1.2...
  6. [1 of 1] Compiling Control.Failure ( Control/Failure.hs, dist/build/Control/Failure.o )
  7.  
  8. Control/Failure.hs:67:9:
  9. Could not deduce (Control.Monad.Trans.Error.Error e)
  10. from the context ()
  11. arising from the superclasses of an instance declaration
  12. at Control/Failure.hs:67:9-28
  13. Possible fix:
  14. add (Control.Monad.Trans.Error.Error e) to the context of
  15. the instance declaration
  16. In the instance declaration for `Failure e (Either e)'
  17. cabal: Error: some packages failed to install:
  18. failure-0.1.2 failed during the building phase. The exception was:
  19. ExitFailure 1
  20. web-encodings-0.3.0.9 depends on failure-0.1.2 which failed to install.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement