Haskell: The first step (Installing Haskell Compiler in Linux)
Today visited the Chennai Book Fair. And in pursuit of my New Year Resolution, I bought Real World Haskell book. I am running Mint Linux, and installed the GHC compiler thus:
$ sudo apt-get install ghc6 $ sudo apt-get install libghc6-mtl-dev