[commit: packages/Cabal] ghc-head: Bump lib and exe version to 1.18 (830b16a)

git at git.haskell.org git at git.haskell.org
Mon Aug 26 23:31:35 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=830b16a5acffb5038f7af978f638c93ef3e184fd

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

commit 830b16a5acffb5038f7af978f638c93ef3e184fd
Author: Johan Tibell <johan.tibell at gmail.com>
Date:   Mon Aug 26 14:24:58 2013 -0230

    Bump lib and exe version to 1.18


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

830b16a5acffb5038f7af978f638c93ef3e184fd
 Cabal/Cabal.cabal                 |    2 +-
 cabal-install/bootstrap.sh        |    2 +-
 cabal-install/cabal-install.cabal |    4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Cabal/Cabal.cabal b/Cabal/Cabal.cabal
index 88598a5..7c0a089 100644
--- a/Cabal/Cabal.cabal
+++ b/Cabal/Cabal.cabal
@@ -1,5 +1,5 @@
 name: Cabal
-version: 1.17.0
+version: 1.18.0
 copyright: 2003-2006, Isaac Jones
            2005-2011, Duncan Coutts
 license: BSD3
diff --git a/cabal-install/bootstrap.sh b/cabal-install/bootstrap.sh
index 4ccabcc..daaf775 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.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.*
-CABAL_VER="1.16.0.3";  CABAL_VER_REGEXP="1\.1[67]\."           # >= 1.16 && < 1.18
+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.*
diff --git a/cabal-install/cabal-install.cabal b/cabal-install/cabal-install.cabal
index e172475..128ba54 100644
--- a/cabal-install/cabal-install.cabal
+++ b/cabal-install/cabal-install.cabal
@@ -1,5 +1,5 @@
 Name:               cabal-install
-Version:            1.17.0
+Version:            1.18.0
 Synopsis:           The command-line interface for Cabal and Hackage.
 Description:
     The \'cabal\' command-line program simplifies the process of managing
@@ -116,7 +116,7 @@ executable cabal
         array      >= 0.1      && < 0.5,
         base       >= 4        && < 5,
         bytestring >= 0.9      && < 1,
-        Cabal      >= 1.17.0   && < 1.18,
+        Cabal      >= 1.18.0   && < 1.19,
         containers >= 0.1      && < 0.6,
         filepath   >= 1.0      && < 1.4,
         HTTP       >= 4000.0.8 && < 4001,





More information about the ghc-commits mailing list