Difference between revisions of "Hackage"

From HaskellWiki
Jump to navigation Jump to search
(Added some categories)
m (elimination of “here” link)
Line 6: Line 6:
 
* cabal-install
 
* cabal-install
   
Information on hackage can be found [http://hackage.haskell.org/trac/hackage here]. A simple [http://hackage.haskell.org/packages/hackage.html web interface] to HackageDB is available.
+
Information on hackage can be found on the [http://hackage.haskell.org/trac/hackage Hackage Trac page]. A simple [http://hackage.haskell.org/packages/hackage.html web interface] to HackageDB is available.
   
   

Revision as of 17:38, 3 May 2007

Hackage is a community development project consisting of a number of components related to packaging Haskell software:

  • Cabal
  • cabal-setup
  • HackageDB
  • cabal-install

Information on hackage can be found on the Hackage Trac page. A simple web interface to HackageDB is available.


Hackage ideas posted to this wiki. New ideas are better submitted over the corresponding project page.

Wanted features:

  • Bug tracking
  • Project info page (wiki-like?)
  • Hosting of documentation.

Assumptions:

  • Darcs is the one true revision control system.
  • One darcs repo per package.