Changes between Version 3 and Version 4 of HackageDB
- Timestamp:
- 01/13/07 04:34:50 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HackageDB
v3 v4 4 4 [http://caml.inria.fr/pub/old_caml_site/humps/ the Caml Humps] or [http://cean.process-one.net/ CEAN], except for Haskell. 5 5 6 == Web interface ==6 == Web interfaces == 7 7 8 There is a [http://hackage.haskell.org/packages/hackage.html basic web interface] to the Hackage database. 9 It presents a simple listing of packages, and has forms for checking and uploading packages. 10 The source code is available via 11 * `darcs get` [http://darcs.haskell.org/hackage-scripts] 8 The package collection can be presented in various ways. 9 So far we have fairly simple interfaces: 10 11 1. [http://hackage.homedns.org/view/ simple package browser]. 12 The source code is available via 13 * `darcs get` [http://darcs.haskell.org/~lemmih/hackagedb] 14 2. [http://hackage.haskell.org/packages/hackage.html basic web interface] to the Hackage database. 15 It presents a simple listing of packages, and has forms for checking and uploading packages. 16 The source code is available via 17 * `darcs get` [http://darcs.haskell.org/hackage-scripts] 18 12 19 For future enhancement plans, see HackageToDo. 13 20 … … 31 38 == Old stuff == 32 39 33 The source to an earlier web interface is available via 34 * `darcs get` [http://darcs.haskell.org/~lemmih/hackagedb] 40 [wiki:CabalPut Client-side cabal-put] was an early prototype of an upload tool, but is currently defunct. 35 41 36 [wiki:CabalPut Client-side cabal-put] was an early prototype of an upload tool, but is currently defunct.42 There is also a Perl script `cabal-put` on darcs.haskell.org, now superceded by the web interface.
