ApexCtl
ApexCtl copied to clipboard
What versions exactly?
I was able to install some of the dependencies for this project in Debian (Jessie) But it seems some of the dependencies, have issues with the other dependencies. These are installed on my machine* GHC version 7.6 cabal version 1.2 base 4.6 cmdargs-0.10.12 cabal usb wont install* then there is "usb" (I also tried usb-safe) which will not install because base 4.7 - 4.1 are rejected. http://pastebin.com/D9BvP5Cq
Ok, I installed usb-1.2 and I was able to make and compile. $cabal install usb-1.2 I asked a friend who is a haskell developer, he says there are reference errors in the library usb-1.3 which prevent it from installing correctly.
Unfortunately, due to the holiday i cant go test this until Friday.