Repository : ssh://darcs.haskell.org//srv/darcs/packages/Cabal On branch : master
http://hackage.haskell.org/trac/ghc/changeset/315f8b4fa82211b1341d5cfdbaa290b87203ae2f >--------------------------------------------------------------- commit 315f8b4fa82211b1341d5cfdbaa290b87203ae2f Author: Duncan Coutts <[email protected]> Date: Fri Jan 23 16:07:00 2009 +0000 Update HTTP dep in the bootstrap script >--------------------------------------------------------------- cabal-install/bootstrap.sh | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/cabal-install/bootstrap.sh b/cabal-install/bootstrap.sh index 4227fd4..676f023 100644 --- a/cabal-install/bootstrap.sh +++ b/cabal-install/bootstrap.sh @@ -23,7 +23,8 @@ GUNZIP=${GUNZIP:-gunzip} # Versions of the packages to install. # The version regex says what existing installed versions are ok. CABAL_VER="1.6.0.1"; CABAL_VER_REGEXP="1\.6\." # == 1.6.* -HTTP_VER="3001.1.5"; HTTP_VER_REGEXP="300[01]\." # >= 3000 && < 3002 +HTTP_VER="4000.0.4"; HTTP_VER_REGEXP="4000\.0\.[3456789]" + # >= 4000.0.3 && < 4000.0.10 ZLIB_VER="0.5.0.0"; ZLIB_VER_REGEXP="0\.[45]\." # >= 0.4 && < 0.6 HACKAGE_URL="http://hackage.haskell.org/packages/archive" _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
