Advertisement
j0h

UsbHaskel

j0h
Dec 31st, 2014
486
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. ~$ cabal install usb
  2. Resolving dependencies...
  3. Configuring usb-1.3.0.0...
  4. Building usb-1.3.0.0...
  5. Failed to install usb-1.3.0.0
  6. Build log ( /home/h/.cabal/logs/usb-1.3.0.0.log ):
  7. [1 of 1] Compiling Main ( /tmp/usb-1.3.0.0-12385/usb-1.3.0.0/dist/setup/setup.hs, /tmp/usb-1.3.0.0-12385/usb-1.3.0.0/dist/setup/Main.o )
  8. Linking /tmp/usb-1.3.0.0-12385/usb-1.3.0.0/dist/setup/setup ...
  9. Configuring usb-1.3.0.0...
  10. Building usb-1.3.0.0...
  11. Preprocessing library usb-1.3.0.0...
  12. [ 1 of 15] Compiling SystemEventManager ( SystemEventManager.hs, dist/build/SystemEventManager.o )
  13. [ 2 of 15] Compiling Event ( Event.hs, dist/build/Event.o )
  14. [ 3 of 15] Compiling Poll ( dist/build/Poll.hs, dist/build/Poll.o )
  15. [ 4 of 15] Compiling Utils ( Utils.hs, dist/build/Utils.o )
  16. [ 5 of 15] Compiling System.USB.Base ( System/USB/Base.hs, dist/build/System/USB/Base.o )
  17.  
  18. System/USB/Base.hs:112:55:
  19. Module `Control.Concurrent.MVar' does not export `withMVarMasked'
  20. cabal: Error: some packages failed to install:
  21. usb-1.3.0.0 failed during the building phase. The exception was:
  22. ExitFailure 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement