Haskell is a functional programming language.
1
vote
1answer
203 views
Pretty output in GHCI: no colours shown
Using this method to get a pretty GHCI colours, I am not getting any colours whatsoever. However, my terminal is a urxvt with 256 colours enabled and TERM is xterm-256color. Any idea what I could ...
3
votes
1answer
196 views
How do I enable a three column layout in XMonad?
I'm a Haskell and XMonad beginner. I'm trying to set up my tiling layout to allow three side by side columns (so that I can have three simultaneous tall and thin Vim instances for coding, per ...
-2
votes
2answers
227 views
Download and Install 32-bit Haskell GHC on CentOS
I need to install Haskell GHC 32 bit from the command line and I can't find this anywhere.
I need to install it because I need libgmp.so.3 for the 32-bit and i have read somewhere that I can find it ...
1
vote
1answer
432 views
Dragging and resizing floating windows in xmonad without the modkey
In my .xmonad/xmonad.hs file, I have the following lines, which control howto drag and resize windows. How can I change this, such that I don't need any mod key?
myMouseBindings (XConfig ...
1
vote
1answer
178 views
What ghc package does cabal-install need?
I've just installed cabal to try and get http://dmwit.com/yeganesh/, but on running cabal-install it throws the error:
cabal: ghc version >=6.4 is required but it could not be found.
Apt-cache ...