We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
To install the Haskell Platform on a brand new Ubuntu 12.04 LTS:
wget http://www.haskell.org/platform/download/2013.2.0.0/haskell-platform-2013.2.0.0.tar.gz wget http://www.haskell.org/ghc/dist/7.6.3/ghc-7.6.3-x86_64-unknown-linux.tar.bz2 sudo apt-get install git autoconf libtool make ncurses-dev g++ llvm dblatex docbook-xsl docbook-utils linux-tools sudo apt-get install zlib1g-dev libgmp3c2 libglc-dev freeglut3-dev tar -xvjf ghc-7.6.3-x86_64-unknown-linux.tar.bz2 tar -xvzf haskell-platform-2013.2.0.0.tar.gz cd ghc-7.6.3 ./configure sudo make install cd ../haskell-platform-2013.2.0.0 ./configure make sudo make install