Changes between Version 12 and Version 13 of CabalInstall
- Timestamp:
- 08/17/08 07:24:33 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CabalInstall
v12 v13 5 5 It 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. 6 6 7 (Its predecessor, `cabal-get`, is now defunct.) 8 9 == Download == 10 11 http://hackage.haskell.org/cgi-bin/hackage-scripts/package/cabal-install 12 13 == Bugs == 14 15 Go 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 19 The darcs repository is at [http://darcs.haskell.org/cabal-install/]. 20 7 21 The current development version is quite usable but if you find any surprises please report them in this trac. 8 22 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 15 23 The 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.18 24 19 25 == Usage ==
