GNU/Linux: Difference between revisions
mNo edit summary |
Daniel Díaz (talk | contribs) (Added new blog article) |
||
Line 106: | Line 106: | ||
* [http://deltadiaz.blogspot.nl/2013/04/haskell-platform-from-source-in-linux.html Haskell Platform from source in Linux] | * [http://deltadiaz.blogspot.nl/2013/04/haskell-platform-from-source-in-linux.html Haskell Platform from source in Linux] | ||
* [https://github.com/Daniel-Diaz/md-files/blob/master/gettinghaskell.md Getting Haskell in Linux] | |||
* [http://www.vex.net/~trebla/haskell/haskell-platform.xhtml Haskell Platform from Source on Unix-Like] | * [http://www.vex.net/~trebla/haskell/haskell-platform.xhtml Haskell Platform from Source on Unix-Like] | ||
* [http://twdkz.wordpress.com/2011/12/21/installing-ghc-7-0-3-and-the-haskell-platform-on-rhel-5-6/ Installing GHC 7.0.3 and the Haskell platform on RHEL 5.6] | * [http://twdkz.wordpress.com/2011/12/21/installing-ghc-7-0-3-and-the-haskell-platform-on-rhel-5-6/ Installing GHC 7.0.3 and the Haskell platform on RHEL 5.6] |
Revision as of 04:55, 24 October 2014
Haskell support on various Linux distributions. How to find Haskell applications and tools, contribute new packages, and get help for your distribution.
Available downloads:
For most cases, the Haskell Platform is the preferred download.
Mostly distributions should provide:
- GHC
- Core libraries
- Core development tools
- Cabal and cabal-install
Arch Haskell
http://www.thelin-xportal.com/albums/files/arch.jpg
Wiki | Arch Haskell Wiki |
Blog | Arch Haskell Blog |
IRC | #arch-haskell @ freenode.org |
Applications | Haskell applications provided on Arch Linux |
Libraries | Haskell libraries on Arch Linux |
Tools | cabal2arch |
Debian GNU/Linux
Debian Gnu/Linux provides a good toolchain for Haskell development
- Libraries: The most important packages are available in the stable, testing and unstable trees.
- Applications:
- Mailing list: debian-haskell
- Wiki:
- IRC channel: #debian-haskell @ irc.debian.org
- Making new packages: .deb from .cabal is a fairly easy process.
Fedora
- Applications/Libraries: Closed package reviews CC'd to fedora-haskell-list
- Mailing list: fedora-haskell-list
- IRC channel: The #fedora-haskell IRC channel on Freenode
Gentoo
http://www.gentoo.org/images/icon-gentoo.png
IRC | #gentoo-haskell @ freenode.org |
Applications | Haskell applications and libraries provided on Gentoo Linux |
Tools | hackport |
Slackware Linux
Slackware does not have official Haskell support.
An unofficial Slackware repository for Haskell tools, library and programs is available here. This repository works with slapt-get and swaret.
Tools: slackbuild
Ubuntu
This is pretty much the same as Debian, providing you add the 'universe' and/or 'multiverse' repositories, which import Debian packages and recompile them to match Ubuntu dependencies. The exact versions of packages may be different from Debian, but they tend to be ahead of Debian stable (sometimes by a long way). (See also How to install Haskell Platform for Ubuntu 13.04?)
RHEL, CentOS, Scientific Linux 5 and 6 and Fedora 16 and 17
Downloads for these distributions can be found at JustHub