Differences between revisions 42 and 43
Revision 42 as of 2014-04-15 10:41:55
Size: 5285
Editor: nomeata
Comment:
Revision 43 as of 2014-08-08 12:11:47
Size: 5762
Editor: nomeata
Comment:
Deletions are marked like this. Additions are marked like this.
Line 16: Line 16:
Line 17: Line 18:
 * '''Package plan''': ''http://anonscm.debian.org/cgit/pkg-haskell/package-plan.git/'' -- our tool to verify the consistency of our package selection. Update this before uploading packages! See the [[http://anonscm.debian.org/cgit/pkg-haskell/package-plan.git/plain/README.md README]] for documentation.
Line 19: Line 21:
 * Our darcs repositories:: http://anonscm.debian.org/darcs/pkg-haskell/  * Our darcs repositories: http://anonscm.debian.org/darcs/pkg-haskell/
Line 21: Line 23:
 * Our jenkins jobs: https://jenkins.debian.net/view/haskell/?  * Our jenkins jobs: https://jenkins.debian.net/view/haskell/
Line 35: Line 37:
  * package-plan: [[https://jenkins.debian.net/view/haskell/job/haskell-package-plan/|{{https://jenkins.debian.net/view/haskell/job/haskell-package-plan/badge/icon}}]]

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

Team contacts

Team infrastructure

Other links

Haskell packaging

  • /CollabMaint/Processes -- information on our group-internal processes

  • ?/CollabMaint/PackageTemplate -- template for the package of a simple library.

All team-maintained packages are kept in Darcs repositories. These repositories are integrated with the Package Entropy Tracker, which makes it easier to check how things are going with Haskell package.

  • ?/CollabMaint/DarcsBasic -- instructions for using our Darcs repositories

TODO list

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

Relevant packages

  • ?GHC is now being team maintained

Out-of-date things

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