Changes between Version 6 and Version 7 of HackageDB

Show
Ignore:
Timestamp:
02/06/07 05:19:22 (6 years ago)
Author:
ross@…
Comment:

add cabal-upload

Legend:

Unmodified
Added
Removed
Modified
  • HackageDB

    v6 v7  
    1818 
    1919For future enhancement plans, see HackageToDo. 
     20 
     21== Other interfaces == 
     22 
     23`cabal-upload` is a command-line tool for uploading Cabal packages to HackageDB. 
     24Its usage is 
     25{{{ 
     26cabal-upload user-name password cabal-file 
     27}}} 
     28It works by wrapping an interaction with the upload form in the basic web interface. 
     29The source is included in the [http://darcs.haskell.org/cabal Cabal repository]. 
    2030 
    2131== Structure ==