Difference between revisions of "Hackage"

From HaskellWiki
Jump to navigation Jump to search
m (elimination of “here” link)
(Updated the link to cabal-install)
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
Hackage is a community development project consisting of a number of components related to packaging Haskell software:
+
'''Hackage''' is a community development project consisting of a number of components related to packaging Haskell software:
   
 
* [[Cabal]]
 
* [[Cabal]]
* cabal-setup
+
* [https://hackage.haskell.org/package/cabal-setup cabal-setup]
* HackageDB
+
* [https://hackage.haskell.org/ HackageDB]
* cabal-install
+
* [[cabal-install]]
  +
* [https://hackage.haskell.org/packages/search?terms=cabal Other cabal related packages]
   
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.
+
Information on Hackage can be found on the [https://github.com/haskell/hackage-server/wiki Hackage wiki].
  +
A simple [http://hackage.haskell.org/packages/hackage.html web interface] to HackageDB is available.
  +
There is also a daily updated [[BibTeX]] database for [http://code.haskell.org/~thielema/bibtex/hackage.bib.gz citing] packages. Submit issues at [https://github.com/haskell/hackage-server/issues the repository site].
   
  +
New ideas are best submitted at the [https://github.com/haskell/hackage-server/issues?labels=enhancement&page=1&state=open project page].
   
Hackage ideas posted to this wiki. New ideas are better submitted over the corresponding [http://hackage.haskell.org/trac/hackage 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.
 
   
 
[[Category:Packages]]
 
[[Category:Packages]]

Revision as of 15:54, 4 July 2014

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

Information on Hackage can be found on the Hackage wiki. A simple web interface to HackageDB is available. There is also a daily updated BibTeX database for citing packages. Submit issues at the repository site.

New ideas are best submitted at the project page.