Differences between revisions 13 and 14
Revision 13 as of 2010-08-05 15:06:23
Size: 2110
Comment: Upstream references updated
Revision 14 as of 2010-08-05 15:10:16
Size: 2257
Comment: Out-of-date list
Deletions are marked like this. Additions are marked like this.
Line 15: Line 15:
 * [[http://www.n-heptane.com/nhlab/repos/cabalDebianTemplate/|Another (really old) example]] of how to package a Haskell library using dh_haskell
 * [[http://pupeno.com/blog/the-lambda-revolution-episode-v-the-deb-strikes-back/|A blog post]] about packaging Haskell
Line 29: Line 27:

= Out-of-date things =
This list is kept for historical interest. If you're interested how thing (should) go now, you're in the wrong place.

 * [[http://pupeno.com/blog/the-lambda-revolution-episode-v-the-deb-strikes-back/|A blog post]] about packaging Haskell
 * [[http://www.n-heptane.com/nhlab/repos/cabalDebianTemplate/|Another (really old) example]] of how to package a Haskell library using dh_haskell

Haskell is a pure functional language. The Debian Haskell group (DHG for friends!) is the team committed to packaging and maintaining a working and up-to-date Haskell environment and library in Debian.

Upstream references

  • http://www.hasell.org/ -- Haskell main web site

  • http://www.haskell.org/cabal/ -- Cabal (Common Architecture for Building Applications and Libraries), a program used to distribute many Haskell packages. Importing in Debian cabalized Haskell packages is quite an easy task, because most of the packaging and metadata writing work is already done. This is why we accept in Debian nearly only Cabal packages (nearly all Haskell packages are cabalized, though, so that's not a very restrictive decision).

  • http://hackage.haskell.org/ -- Hackage, the main Haskell packages archive; nearly any Haskell package you can find is here.

Debian Haskell

TODO

A raw list of things to do, hoping that somedays someone will start working on them...

  • Fix policy, which is very old
  • Fix wiki pages, which are very old too (some examples are completely deprecated)
  • Create some Lintian test specific for Haskell packages

Out-of-date things

This list is kept for historical interest. If you're interested how thing (should) go now, you're in the wrong place.