Difference between revisions of "GNU/Linux"

From HaskellWiki
Jump to navigation Jump to search
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]].
   
A mailing list for discussing the packaging of Haskell tools, libraries and programs
 
on the Debian OS can be found at the following address:
 
http://urchin.earth.li/mailman/listinfo/debian-haskell
 
   
 
==Fedora==
Creating new Debian packages from [[Cabal]] package is a [[Creating_Debian_packages_from_Cabal_package|fairly easy process]].
 
   
  +
''About and main page''
There is also a darcs package, so you can also 'apt-get install darcs' and then use darcs to get more recent versions of packages (most Haskell libraries seem to have darcs repositories).
 
   
  +
* Libraries:
==Fedora==
 
  +
* Applications:
Write something please.
 
  +
* Mailing list:
  +
* IRC channel: The #fedora-haskell IRC channel.
   
 
==Gentoo==
 
==Gentoo==
Line 41: Line 59:
   
 
==Suse==
 
==Suse==
  +
''todo''
Write something please.
 
   
 
==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.

Arch Haskell

Main Arch Haskell site

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.


Fedora

About and main page

  • Libraries:
  • Applications:
  • Mailing list:
  • IRC channel: The #fedora-haskell IRC channel.

Gentoo

Gentoo

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:

http://gorgias.mine.nu/slack/

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/

Suse

todo

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).