[commit: packages/Cabal] ghc-head: Replace 1.18.0.0 with 1.18.0 in 'bootstrap.sh'. (03d12e6)

git at git.haskell.org git at git.haskell.org
Fri Sep 13 17:54:44 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=03d12e643eb843b3b22dc90af7992c5945fafdbb

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

commit 03d12e643eb843b3b22dc90af7992c5945fafdbb
Author: Mikhail Glushenkov <mikhail.glushenkov at gmail.com>
Date:   Thu Sep 5 02:00:21 2013 +0200

    Replace 1.18.0.0 with 1.18.0 in 'bootstrap.sh'.
    
    Fixes #1473.


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

03d12e643eb843b3b22dc90af7992c5945fafdbb
 cabal-install/bootstrap.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cabal-install/bootstrap.sh b/cabal-install/bootstrap.sh
index a155e86..e6eb479 100755
--- a/cabal-install/bootstrap.sh
+++ b/cabal-install/bootstrap.sh
@@ -53,7 +53,7 @@ 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.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
+CABAL_VER="1.18.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.8";   HTTP_VER_REGEXP="4000\.[012]\."         # == 4000.0.* || 4000.1.* || 4000.2.*




More information about the ghc-commits mailing list