Difference between revisions of "GNU/Linux"

From HaskellWiki
Jump to navigation Jump to search
(→‎NixOS: moved from irc to matrix)
(Haskell Platform -> GHCup)
Line 2: Line 2:
   
 
Available downloads:
 
Available downloads:
* [http://www.haskell.org/platform/linux.html The Haskell Platform]
+
* [https://www.haskell.org/ghcup/ GHCup]
 
* [http://www.haskell.org/ghc/distribution_packages GHC Distribution Packages]
 
* [http://www.haskell.org/ghc/distribution_packages GHC Distribution Packages]
 
* [http://www.haskell.org/ghc/ GHC source]
 
* [http://www.haskell.org/ghc/ GHC source]
For most cases, the Haskell Platform is the preferred download.
+
For most cases, GHCup is the preferred download.
   
 
Mostly distributions should provide:
 
Mostly distributions should provide:

Revision as of 08:39, 29 March 2022

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, GHCup is the preferred download.

Mostly distributions should provide:

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


Arch Haskell

Main Arch Haskell site

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


Fedora

Fedora Haskell SIG Page


Gentoo

Gentoo

IRC #gentoo-haskell @ freenode.org
Applications Haskell applications and libraries provided on Gentoo Linux
Tools hackport


NixOS

NixOS is a Linux distribution with a unique approach to package and configuration management. Built on top of the Nix package manager, it is completely declarative, makes upgrading systems reliable, and has many other advantages. Nix package manager distributes build instructions for all Haskell packages registered on Hackage.

Matrix #haskell:nixos.org
Documentation User’s Guide to the Haskell Infrastructure, Documentation for the Haskell Infrastructure, Nix and Haskell in production
Tools cabal2nix, stack2nix, haskell.nix

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


Blog articles