Advertisement
Guest User

Untitled

a guest
Mar 21st, 2015
294
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 KB | None | 0 0
  1. λ cabal install alex happy
  2. Resolving dependencies...
  3. Configuring random-1.1...
  4. Configuring primitive-0.5.4.0...
  5. Configuring mtl-2.1.3.1...
  6. Failed to install random-1.1
  7. Build log ( C:\Users\Danny\AppData\Roaming\cabal\logs\random-1.1.log ):
  8. Configuring random-1.1...
  9. setup-Simple-Cabal-1.18.1.3-i386-windows-ghc-7.8.3.exe: does not exist
  10. Failed to install primitive-0.5.4.0
  11. Build log ( C:\Users\Danny\AppData\Roaming\cabal\logs\primitive-0.5.4.0.log ):
  12. Configuring primitive-0.5.4.0...
  13. setup-Simple-Cabal-1.18.1.3-i386-windows-ghc-7.8.3.exe: does not exist
  14. Failed to install mtl-2.1.3.1
  15. Build log ( C:\Users\Danny\AppData\Roaming\cabal\logs\mtl-2.1.3.1.log ):
  16. Configuring mtl-2.1.3.1...
  17. setup-Simple-Cabal-1.18.1.3-i386-windows-ghc-7.8.3.exe: does not exist
  18. cabal: Error: some packages failed to install:
  19. QuickCheck-2.8 depends on primitive-0.5.4.0 which failed to install.
  20. alex-3.1.4 depends on primitive-0.5.4.0 which failed to install.
  21. happy-1.19.5 depends on mtl-2.1.3.1 which failed to install.
  22. mtl-2.1.3.1 failed during the configure step. The exception was:
  23. ExitFailure 1
  24. primitive-0.5.4.0 failed during the configure step. The exception was:
  25. ExitFailure 1
  26. random-1.1 failed during the configure step. The exception was:
  27. ExitFailure 1
  28. tf-random-0.5 depends on primitive-0.5.4.0 which failed to install.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement