Repository : ssh://darcs.haskell.org//srv/darcs/packages/Cabal

On branch  : 

http://hackage.haskell.org/trac/ghc/changeset/7f6df0a790249c429309781806fb5aa40f50a515

>---------------------------------------------------------------

commit 7f6df0a790249c429309781806fb5aa40f50a515
Author: Duncan Coutts <[email protected]>
Date:   Tue Nov 23 17:46:41 2010 +0000

    Fix time version regexp in bootstrap script
    Sigh, having to use shell script and regexps...

>---------------------------------------------------------------

 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 bce736c..ecacd73 100644
--- a/cabal-install/bootstrap.sh
+++ b/cabal-install/bootstrap.sh
@@ -51,7 +51,7 @@ 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.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.*
+TIME_VER="1.2.0.3"      TIME_VER_REGEXP="1\.[12]\." # == 0.1.* || ==0.2.*
 
 HACKAGE_URL="http://hackage.haskell.org/packages/archive";
 



_______________________________________________
Cvs-libraries mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-libraries

Reply via email to