Changes between Version 5 and Version 6 of HackageToDo

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

--

Legend:

Unmodified
Added
Removed
Modified
  • HackageToDo

    v5 v6  
    22 
    33 * Show who uploaded package and when 
    4  * auto building 
     4 * auto building (see below) 
     5 * Haddock (see below) 
    56 * The page for a package could include information from standard README, INSTALL, NEWS etc files. 
    67 * Those files could contain wikitext-like markup. 
     
    1213 * When a new version of a package is uploaded, generate a list of packages that will be affected and possibly 
    1314   broken by the upload, and notify the uploader, and test the builds. 
     15 
     16== Auto-building == 
     17 
     18 * Test with different compiler & versions, report which ones work 
     19 * Build packages 
     20 * Build Haddock docs (see below) 
     21 * Run test suites 
    1422 
    1523== Rough plan for Haddock ==