Search This Blog

Tuesday, January 15, 2013

Haskell Platform for Linux

< Home
Community-supported versions of the Haskell Platform on Linux and Unix
These distributions offer the Haskell Platform in their package repositories. You can easily install the Haskell Platform through your distribution's native package manager.
Ubuntu Debian Fedora
Arch Linux Gentoo NixOS
OpenBSD FreeBSD Mint
Information for other systems
openSUSE Mandriva
See also: justhub, for REHL, CentOS, Scientific Linux, and Fedora spport

Build from source

Download the source tarball for Unix-like systems: here
Get and install GHC 7.4.2 prior to building the platform:
Finally, unpack the Haskell Platform source tarball, and run (possibly with 'sudo'):
    ./configure
    make
    make install
You may pass --prefix flag to ./configure to change the default install path.
There is also a README file in the tarball with more detailed information on building.

Prior releases

No comments:

Post a Comment

Thank you