Differences between revisions 12 and 13
Revision 12 as of 2010-07-15 18:27:09
Size: 1341
Editor: nomeata
Comment:
Revision 13 as of 2010-08-05 15:06:23
Size: 2110
Comment: Upstream references updated
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
[[http://www.haskell.org/|Haskell]] is a pure functional language. [[http://www.haskell.org/|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.
Line 3: Line 5:
= Haskell Packaging =
 * http://www.haskell.org/cabal/
= 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.

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