Difference between revisions of "Hackage"

From HaskellWiki
Jump to navigation Jump to search
m (elimination of “here” link)
(Added a link to "Hackage download ranking")
(7 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.
+
If you want to see if the Hackage server is running, see [http://status.haskell.org/ the Haskell.org server status]
   
  +
Information on Hackage can be found on the [https://github.com/haskell/hackage-server/wiki Hackage wiki]. For a list of most downloaded packages, see the [http://best-haskell.herokuapp.com/#/ Hackage download ranking].
  +
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].
   
Hackage ideas posted to this wiki. New ideas are better submitted over the corresponding [http://hackage.haskell.org/trac/hackage project page].
+
New ideas are best submitted at the [https://github.com/haskell/hackage-server/issues?labels=enhancement&page=1&state=open 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 07:02, 27 September 2014

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

If you want to see if the Hackage server is running, see the Haskell.org server status

Information on Hackage can be found on the Hackage wiki. For a list of most downloaded packages, see the Hackage download ranking. 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.