Advertisement
Guest User

Untitled

a guest
Nov 7th, 2011
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 KB | None | 0 0
  1. cabal configure
  2. Resolving dependencies...
  3. [intel-aes] Running Setup.hs...
  4. Configuring intel-aes-0.2.0.0...
  5. [intel-aes] Extra libraries initially: [["intel_aes"]]
  6. [intel-aes] Stripped extra libraries to: [[]]
  7. [intel-aes] Determined install dir to be: "/home/jos/.cabal/lib/intel-aes-0.2.0.0/ghc-7.2.1"
  8. [intel-aes] Recorded install dir in ".temp.install_dir.txt"
  9. [intel-aes] Modified package description structure with extra options.
  10. cabal build
  11. [intel-aes] Running Setup.hs...
  12.  
  13. ================================================================================
  14. [intel-aes] Using prebuilt dynamic library: ./cbits/prebuilt/libintel_aes_linux_x86_64.so
  15. [intel-aes] Done copying into position: ./cbits/libintel_aes.so
  16. ================================================================================
  17.  
  18. [intel-aes] Build action started.
  19. [intel-aes] Determined install dir to be: "/home/jos/.cabal/lib/intel-aes-0.2.0.0/ghc-7.2.1"
  20. [intel-aes] Recorded install dir in ".temp.install_dir.txt"
  21. [intel-aes] Modified package description structure with extra options.
  22. Building intel-aes-0.2.0.0...
  23. Preprocessing library intel-aes-0.2.0.0...
  24.  
  25. Implicit import declaration:
  26. Ambiguous module name `Prelude':
  27. it was found in multiple packages: base haskell98-2.0.0.0
  28. make: *** [all] Error 1
  29.  
  30.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement