[commit: packages/Cabal] ghc-head: Update bootstrap.sh. (ba7d2f1)
git at git.haskell.org
git at git.haskell.org
Wed Sep 4 23:58:30 CEST 2013
Repository : ssh://git@git.haskell.org/Cabal
On branch : ghc-head
Link : http://git.haskell.org/?p=packages/Cabal.git;a=commit;h=ba7d2f1f68c24220919ddd9624bddcf05dabdb26
>---------------------------------------------------------------
commit ba7d2f1f68c24220919ddd9624bddcf05dabdb26
Author: Mikhail Glushenkov <the.dead.shall.rise at gmail.com>
Date: Sun Sep 1 01:25:31 2013 +0200
Update bootstrap.sh.
>---------------------------------------------------------------
ba7d2f1f68c24220919ddd9624bddcf05dabdb26
cabal-install/bootstrap.sh | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/cabal-install/bootstrap.sh b/cabal-install/bootstrap.sh
index daaf775..a155e86 100755
--- a/cabal-install/bootstrap.sh
+++ b/cabal-install/bootstrap.sh
@@ -51,14 +51,14 @@ PREFIX=${PREFIX:-${DEFAULT_PREFIX}}
# The version regex says what existing installed versions are ok.
PARSEC_VER="3.1.3"; PARSEC_VER_REGEXP="[23]\." # == 2.* || == 3.*
DEEPSEQ_VER="1.3.0.1"; DEEPSEQ_VER_REGEXP="1\.[1-9]\." # >= 1.1 && < 2
-TEXT_VER="0.11.2.3"; TEXT_VER_REGEXP="0\.([2-9]|(1[0-1]))\." # >= 0.2 && < 0.12
-NETWORK_VER="2.4.1.0"; NETWORK_VER_REGEXP="2\." # == 2.*
+TEXT_VER="0.11.3.1"; TEXT_VER_REGEXP="0\.([2-9]|(1[0-1]))\." # >= 0.2 && < 0.12
+NETWORK_VER="2.4.1.2"; NETWORK_VER_REGEXP="2\." # == 2.*
CABAL_VER="1.18.0.0"; CABAL_VER_REGEXP="1\.1[89]\." # >= 1.18 && < 1.20
TRANS_VER="0.3.0.0"; TRANS_VER_REGEXP="0\.[23]\." # >= 0.2.* && < 0.4.*
MTL_VER="2.1.2"; MTL_VER_REGEXP="[2]\." # == 2.*
-HTTP_VER="4000.2.5"; HTTP_VER_REGEXP="4000\.[012]\." # == 4000.0.* || 4000.1.* || 4000.2.*
-ZLIB_VER="0.5.4.0"; ZLIB_VER_REGEXP="0\.[45]\." # == 0.4.* || == 0.5.*
-TIME_VER="1.4.0.2" TIME_VER_REGEXP="1\.[1234]\.?" # >= 1.1 && < 1.5
+HTTP_VER="4000.2.8"; HTTP_VER_REGEXP="4000\.[012]\." # == 4000.0.* || 4000.1.* || 4000.2.*
+ZLIB_VER="0.5.4.1"; ZLIB_VER_REGEXP="0\.[45]\." # == 0.4.* || == 0.5.*
+TIME_VER="1.4.1" TIME_VER_REGEXP="1\.[1234]\.?" # >= 1.1 && < 1.5
RANDOM_VER="1.0.1.1" RANDOM_VER_REGEXP="1\.0\." # >= 1 && < 1.1
STM_VER="2.4.2"; STM_VER_REGEXP="2\." # == 2.*
More information about the ghc-commits
mailing list