Changes between Version 8 and Version 9 of HackageToDo
- Timestamp:
- 01/11/07 03:54:15 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HackageToDo
v8 v9 4 4 * auto building (see below) 5 5 * Haddock (see below) 6 * The page for a package could include information from standard README, INSTALL, NEWS etc files.7 * Th ose 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. 8 8 * Syntax highlighted source code with links from haddock directly to function definitions 9 9 * 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.12 10 * Generate change information between package versions: functions added/removed/changed, modules added/removed. 13 11 * When a new version of a package is uploaded, generate a list of packages that will be affected and possibly … … 20 18 * Build Haddock docs (see below) 21 19 * 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? 22 26 23 27 == Rough plan for Haddock ==
