GNU/Linux
From HaskellWiki
(Add a link to Creating_Debian_packages_from_Cabal_package) |
|||
| Line 1: | Line 1: | ||
| + | Haskell support on various Linux distributions. How to find Haskell applications and tools, contribute new packages, and get help for your distribution. | ||
| + | |||
| + | ==Arch Haskell== | ||
| + | |||
| + | [http://wiki.archlinux.org/index.php/Haskell_package_guidelines Main Arch Haskell site] | ||
| + | |||
| + | * Blog: http://archhaskell.wordpress.com/ | ||
| + | * IRC channel: #arch-haskell @ freenode.org | ||
| + | * Applications: http://haskell.org/haskellwiki/Arch_Linux/Applications | ||
| + | * Libraries: http://aur.archlinux.org/packages.php?SeB=m&K=arch-haskell | ||
| + | * Tools: [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/cabal2arch cabal2arch] | ||
| + | |||
==Debian GNU/Linux== | ==Debian GNU/Linux== | ||
| + | |||
[http://www.debian.org Debian Gnu/Linux] provides a very good and | [http://www.debian.org Debian Gnu/Linux] provides a very good and | ||
comprehensive toolchain for Haskell development. | comprehensive toolchain for Haskell development. | ||
| - | The most important packages are available in the | + | |
| + | * Libraries: The most important packages are available in the | ||
[http://packages.debian.org/stable/devel/ stable], | [http://packages.debian.org/stable/devel/ stable], | ||
[http://packages.debian.org/testing/devel/ testing] and | [http://packages.debian.org/testing/devel/ testing] and | ||
[http://packages.debian.org/unstable/devel/ unstable] trees. | [http://packages.debian.org/unstable/devel/ unstable] trees. | ||
| + | * Applications: ''todo'' | ||
| + | * Mailing list: [http://urchin.earth.li/pipermail/debian-haskell/ debian-haskell] | ||
| + | * Wiki: | ||
| + | * IRC channel: | ||
| + | * Making new packages: .deb from .cabal is a [[Creating_Debian_packages_from_Cabal_package|fairly easy process]]. | ||
| - | |||
| - | |||
| - | |||
| - | + | ==Fedora== | |
| - | + | ''About and main page'' | |
| - | + | * Libraries: | |
| - | + | * Applications: | |
| + | * Mailing list: | ||
| + | * IRC channel: The #fedora-haskell IRC channel. | ||
==Gentoo== | ==Gentoo== | ||
| Line 41: | Line 59: | ||
==Suse== | ==Suse== | ||
| - | + | ''todo'' | |
==Ubuntu== | ==Ubuntu== | ||
Revision as of 05:38, 18 March 2009
Haskell support on various Linux distributions. How to find Haskell applications and tools, contribute new packages, and get help for your distribution.
Contents |
1 Arch Haskell
- Blog: http://archhaskell.wordpress.com/
- IRC channel: #arch-haskell @ freenode.org
- Applications: http://haskell.org/haskellwiki/Arch_Linux/Applications
- Libraries: http://aur.archlinux.org/packages.php?SeB=m&K=arch-haskell
- Tools: cabal2arch
2 Debian GNU/Linux
Debian Gnu/Linux provides a very good and comprehensive toolchain for Haskell development.
- Libraries: The most important packages are available in the
stable, testing and unstable trees.
- Applications: todo
- Mailing list: debian-haskell
- Wiki:
- IRC channel:
- Making new packages: .deb from .cabal is a fairly easy process.
3 Fedora
About and main page
- Libraries:
- Applications:
- Mailing list:
- IRC channel: The #fedora-haskell IRC channel.
4 Gentoo
5 Slackware Linux
The official Slackware Linux does not support Haskell at all. No packages are provided.
An unofficial Slackware repository for Haskell tools, library and programs can be found at this address:
This repository works with slapt-get and swaret.
The SlackBuild scripts can be found at the following address:
http://gorgias.mine.nu/repos/slackBuild/
The scripts can be retrieved via darcs:
darcs get http://gorgias.mine.nu/repos/slackBuild/
6 Suse
todo
7 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).
