The haskell tag has no wiki summary.
2
votes
3answers
197 views
Raspberry pi control GPIO with Haskell
I'm working on an home automation system with the raspberry pi.
Currently I use python or C to control the GPIO and haskell/yesod for controlling everything from pc/ipad/phone...
But I would like to ...
1
vote
2answers
249 views
How do I compile GHC if it depends on itself?
I am using Arch Linux Arm hard float and there isn't any binary packages for GHC available for armv6. How would you cross compile GHC for the Raspberry Pi so that I can compile Haskell code?
Is the ...
3
votes
1answer
112 views
How do I compile cabal?
I am using Arch Linux ARM with ghc 6.12.3-1 and gcc 4.7.1-5 .When I try to compile cabal[TAR] using:
sh bootstrap.sh
Error
Checking installed packages for ghc-6.12.3...
Cabal-1.14.0 will be ...
