Changes between Version 8 and Version 9 of HackageToDo

Show
Ignore:
Timestamp:
01/11/07 03:54:15 (6 years ago)
Author:
guest
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HackageToDo

    v8 v9  
    44 * auto building (see below) 
    55 * Haddock (see below) 
    6  * The page for a package could include information from standard README, INSTALL, NEWS etc files. 
    7  * Those files could contain wikitext-like markup. 
     6 * Darcs (and other VC) integration (see below). 
     7 * The page for a package could include information from standard README, INSTALL, NEWS etc files.  Those files could contain wikitext-like markup. 
    88 * Syntax highlighted source code with links from haddock directly to function definitions 
    99 * The package page could have links to other versions of the same package, and maybe to packages which depend on it? 
    10  * Darcs URL and instructions for packages with darcs repos.  (need Cabal field for darcs repository, perhaps "`repository: darcs:http://darcs.haskell.org/ghc`", should we also have a link to a URL for browsing the repo, that would eg. point to the darcsweb?) 
    11  * Possible darcs integration, with change logs etc.  
    1210 * Generate change information between package versions: functions added/removed/changed, modules added/removed. 
    1311 * When a new version of a package is uploaded, generate a list of packages that will be affected and possibly 
     
    2018 * Build Haddock docs (see below) 
    2119 * Run test suites 
     20 
     21== Darcs integration == 
     22 
     23 * Need Cabal field for darcs repository, perhaps "`repository: darcs:http://darcs.haskell.org/ghc`",  
     24 * should we also have a link to a URL for browsing the repo, that would eg. point to the darcsweb? 
     25 * should there also be a way to jump to the repo browser for the tag of this particular version, for viewing the change log?  
    2226 
    2327== Rough plan for Haddock ==