Haskell Platform for Linux

The Haskell Platform for Linux should work on any modern Linux system.

Success reported with Ubuntu 12.02, Debian 7, Fedora 20, openSUSE 13

Prior releases →

To install the .tar.gz archive, run:

tar xvf ...downloaded-tar-file...
sudo ./install-haskell-platform.sh

The Haskell Platform requires the libz, libgmp10, the freeglut3 libraries and development tools.

To install these components run the following shell commands:

on Debian / Ubuntu systems:

apt-get install -y build-essential zlib1g-dev libgmp10-dev freeglut3

on RPM-based systems:

yum groupinstall 'Development Tools'
yum install -y gmp-devel zlib-devel freeglut