The Haskell Platform for Linux should work on any modern Linux system.
Linux, 64bit: Haskell Platform 7.10.2-a
SHA-256: 9e9aeb313dfc2307382eeafd67307e3961c632c875e5818532cacc090648e515
Success reported with Ubuntu 12.02, Debian 7, Fedora 20, openSUSE 13
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