[commit: Cabal] master: Fix bootstrap (#599) (a52316a)
Ian Lynagh
igloo at earth.li
Fri Jun 24 02:04:33 CEST 2011
Repository : ssh://darcs.haskell.org//srv/darcs/packages/Cabal
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/a52316abea1c6c4b4d9c2c51a2d60097d519d41b
>---------------------------------------------------------------
commit a52316abea1c6c4b4d9c2c51a2d60097d519d41b
Author: Robin Green <greenrd at greenrd.org>
Date: Mon Nov 2 07:34:14 2009 +0000
Fix bootstrap (#599)
>---------------------------------------------------------------
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 48f88b3..3bae747 100644
--- a/cabal-install/bootstrap.sh
+++ b/cabal-install/bootstrap.sh
@@ -45,7 +45,7 @@ done
# Versions of the packages to install.
# The version regex says what existing installed versions are ok.
-CABAL_VER="1.6.0.2"; CABAL_VER_REGEXP="1\.6\." # == 1.6.*
+CABAL_VER="1.8.0"; CABAL_VER_REGEXP="1\.[78]\." # >= 1.7 && < 1.9
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
More information about the Cvs-libraries
mailing list