Repository : ssh://darcs.haskell.org//srv/darcs/packages/Cabal On branch :
http://hackage.haskell.org/trac/ghc/changeset/724ff994b2720368956393254f86356ffcec788c >--------------------------------------------------------------- commit 724ff994b2720368956393254f86356ffcec788c Author: Duncan Coutts <[email protected]> Date: Tue Nov 23 17:31:24 2010 +0000 Increase default HTTP package version in bootstrap script >--------------------------------------------------------------- cabal-install/bootstrap.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/cabal-install/bootstrap.sh b/cabal-install/bootstrap.sh index 09ae8a5..bce736c 100644 --- a/cabal-install/bootstrap.sh +++ b/cabal-install/bootstrap.sh @@ -49,7 +49,7 @@ PARSEC_VER="2.1.0.1"; PARSEC_VER_REGEXP="2\." # == 2.* NETWORK_VER="2.2.1.10"; NETWORK_VER_REGEXP="2\." # == 2.* CABAL_VER="1.10.0.0"; CABAL_VER_REGEXP="1\.10\." # == 1.10.* MTL_VER="1.1.1.0"; MTL_VER_REGEXP="1\.1\." # == 1.1.* -HTTP_VER="4000.0.8"; HTTP_VER_REGEXP="4000\.0" # == 4000.0.* +HTTP_VER="4000.0.10"; HTTP_VER_REGEXP="4000\.0" # == 4000.0.* ZLIB_VER="0.5.2.0"; ZLIB_VER_REGEXP="0\.[45]\." # == 0.4.* || ==0.5.* TIME_VER="1.2.0.3" TIME_VER_REGEXP="0\.[12]\." # == 0.1.* || ==0.2.* _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
