Changes between Version 12 and Version 13 of CabalInstall

Show
Ignore:
Timestamp:
08/17/08 07:24:33 (5 years ago)
Author:
duncan
Comment:

updates to reflect the release status

Legend:

Unmodified
Added
Removed
Modified
  • CabalInstall

    v12 v13  
    55It provides commands for installing cabal packages, including downloading packages from HackageDB and determining the dependencies among packages. It also provides commands for developers to configure, build, test and upload packages to HackageDB. 
    66 
     7(Its predecessor, `cabal-get`, is now defunct.) 
     8 
     9== Download == 
     10 
     11http://hackage.haskell.org/cgi-bin/hackage-scripts/package/cabal-install 
     12 
     13== Bugs == 
     14 
     15Go to the [/trac/hackage/wiki front page] for instructions on reporting bugs in Cabal, cabal-install or the hackage site. 
     16 
     17== Development version == 
     18 
     19The darcs repository is at [http://darcs.haskell.org/cabal-install/]. 
     20 
    721The current development version is quite usable but if you find any surprises please report them in this trac. 
    822 
    9 (Its predecessor, `cabal-get`, is now defunct.) 
    10  
    11 == Availablity == 
    12  
    13 This tool is in development and is available in a darcs repository at [http://darcs.haskell.org/cabal-install/]. 
    14  
    1523The current development version also requires the 1.4 branch of the development version of the Cabal library [http://darcs.haskell.org/cabal-branches/cabal-1.4/]. 
    16  
    17 Older versions are also available on Hackage and newer versions will be uploaded there after the next stable Cabal release. 
    1824 
    1925== Usage ==