Changes between Version 13 and Version 14 of HackageDB

Show
Ignore:
Timestamp:
01/03/08 04:41:16 (5 years ago)
Author:
ross@…
Comment:

move interrface history here

Legend:

Unmodified
Added
Removed
Modified
  • HackageDB

    v13 v14  
     1[[PageOutline]] 
    12= The Hackage Database = 
    23 
     
    89So far we have a [http://hackage.haskell.org/packages/archive/pkg-list.html basic web interface] to the Hackage database. 
    910It 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] 
    1211 
     12See also [wiki:CabalUpload cabal upload], a command-line tool for uploading Cabal packages to HackageDB. 
     13 
     14=== Interface changes === 
     1524/10/2007 
     16 The complex dependencies that can be expressed by configurations are presented in disjunctive normal form. This should also include tests of `os`, `arch` and `impl`, but does not as yet. 
     179/9/2007 
     18 Add an [http://hackage.haskell.org/packages/search.html experimental search interface] (by Sascha Böhme), but not to the main menu. 
     1912/2/2007 
     20 [http://hackage.haskell.org/packages/archive/recent.html Recent additions] are also available as an RSS feed. 
     213/2/2007 
     22 Generate a link to Haddock documentation for library package, if it has been generated. Work is underway to automatically generate Haddock documentation for library packages. Currently this is only run sporadically, with links to the resulting documentation and build logs appearing on package pages. 
     231/2/2007 
     24 Package URLs now have the form foo-1.2 rather than foo/1.2. If you give only the package name, you get the most recent version. 
     2510/1/2007 
     26 Initial version. 
     27 
     28=== Development === 
    1329[query:?status=new&status=assigned&status=reopened&component=HackageDB%20website&group=type&order=priority Open tickets]. 
    1430For future enhancement plans, see HackageToDo. 
    1531 
    16 See also [wiki:CabalUpload cabal-upload], a command-line tool for uploading Cabal packages to HackageDB. 
     32The source code is available via 
     33 * `darcs get` [http://darcs.haskell.org/hackage-scripts] 
    1734 
    1835== Structure ==