Advertisement
Guest User

Untitled

a guest
Feb 8th, 2013
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. E:\src>cabal install pugs
  2. Resolving dependencies...
  3. Configuring pugs-compat-0.0.6.20120717.204800...
  4. Building pugs-compat-0.0.6.20120717.204800...
  5. Preprocessing library pugs-compat-0.0.6.20120717.204800...
  6.  
  7. src\Pugs\Compat\Posix.hs:134:8:
  8. Could not find module `IO'
  9. It is a member of the hidden package `haskell98-2.0.0.1'.
  10. Perhaps you need to add `haskell98' to the build-depends in your .cabal file
  11. .
  12. Use -v to see a list of the files searched for.
  13. cabal: Error: some packages failed to install:
  14. Pugs-6.2.13.20120717 depends on pugs-compat-0.0.6.20120717.204800 which failed
  15. to install.
  16. pugs-compat-0.0.6.20120717.204800 failed during the building phase. The
  17. exception was:
  18. ExitFailure 1
  19.  
  20. E:\src>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement