Difference between revisions of "GNU/Linux"

From HaskellWiki
Jump to navigation Jump to search
Line 33: Line 33:
 
* IRC channel:
 
* IRC channel:
 
* Making new packages: .deb from .cabal is a [[Creating_Debian_packages_from_Cabal_package|fairly easy process]].
 
* Making new packages: .deb from .cabal is a [[Creating_Debian_packages_from_Cabal_package|fairly easy process]].
 
   
 
==Fedora==
 
==Fedora==
Line 48: Line 47:
   
 
==Slackware Linux==
 
==Slackware Linux==
  +
Slackware does not have official Haskell support.
The official [http://www.slackware.come Slackware Linux] does not
 
support Haskell at all. No packages are provided.
 
   
 
An unofficial Slackware repository for Haskell tools, library and
 
An unofficial Slackware repository for Haskell tools, library and
  +
programs [http://gorgias.mine.nu/slack/ is available here]. This repository works with [http://software.jaos.org/#slapt-get slapt-get] and [http://swaret.sourceforge.net/index.php swaret].
programs can be found at this address:
 
 
http://gorgias.mine.nu/slack/
 
 
This repository works with [http://software.jaos.org/#slapt-get slapt-get]
 
and [http://swaret.sourceforge.net/index.php 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/
 
   
 
Tools: [http://gorgias.mine.nu/repos/slackBuild/ slackbuild]
==Suse==
 
''todo''
 
   
 
==Ubuntu==
 
==Ubuntu==

Revision as of 05:44, 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.

See also BSD, Windows and Mac OSX.

Mostly distributions should provide:

  • GHC
  • Core libraries
  • Core development tools
  • Cabal and cabal-install

Optionally they provide parts of the emerging Haskell Platform.

Arch Haskell

Main Arch Haskell site

Debian GNU/Linux

Debian Gnu/Linux provides a good toolchain for Haskell development

Fedora

About and main page

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

Gentoo

Gentoo

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