Repository : ssh://darcs.haskell.org//srv/darcs/packages/Cabal On branch : master
http://hackage.haskell.org/trac/ghc/changeset/34c5f1caad003afd8ec7f51f88086a2bf5b155c4 >--------------------------------------------------------------- commit 34c5f1caad003afd8ec7f51f88086a2bf5b155c4 Author: Duncan Coutts <[email protected]> Date: Thu Feb 19 13:07:05 2009 +0000 Update the README >--------------------------------------------------------------- cabal-install/README | 13 ++++++------- 1 files changed, 6 insertions(+), 7 deletions(-) diff --git a/cabal-install/README b/cabal-install/README index 49f4830..05d7efe 100644 --- a/cabal-install/README +++ b/cabal-install/README @@ -19,9 +19,9 @@ debian or ubuntu it is in "libghc6-network-dev". It requires three other Haskell packages that are not always installed: - * Cabal (1.4 or later) - * HTTP - * zlib + * Cabal (version 1.6 or later) + * HTTP (version 4000 or later) + * zlib (version 0.4 or later) All of these are available from [Hackage](http://hackage.haskell.org). @@ -58,11 +58,10 @@ You then have two choices: Quickstart on Windows systems ----------------------------- -For Windows users we hope to provide a pre-compiled `cabal.exe` program shortly. -In the mean time you have to build the three dependencies in [the standard way]. +For Windows users we provide a pre-compiled [cabal.exe] program. Just download +it and put it somewhere on your `%PATH%`. -[the standard way]: - http://haskell.org/haskellwiki/Cabal/How_to_install_a_Cabal_package +[cabal.exe]: http://haskell.org/cabal/release/cabal-install-latest/cabal.exe Using cabal-install _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
