Repository : ssh://darcs.haskell.org//srv/darcs/packages/Cabal On branch :
http://hackage.haskell.org/trac/ghc/changeset/d7384a6125b55d108cc14ab00207cbef3e15b4cd >--------------------------------------------------------------- commit d7384a6125b55d108cc14ab00207cbef3e15b4cd Author: Duncan Coutts <[email protected]> Date: Wed Oct 26 20:43:46 2011 +0000 Bump major version to 1.13 Since 1.12 got released with ghc-7.2.x >--------------------------------------------------------------- Cabal/Cabal.cabal | 2 +- Cabal/Makefile | 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 d48aa18..2d3f275 100644 --- a/Cabal/Cabal.cabal +++ b/Cabal/Cabal.cabal @@ -1,5 +1,5 @@ Name: Cabal -Version: 1.11.3 +Version: 1.13.3 Copyright: 2003-2006, Isaac Jones 2005-2011, Duncan Coutts License: BSD3 diff --git a/Cabal/Makefile b/Cabal/Makefile index 8619fc7..c7f47ad 100644 --- a/Cabal/Makefile +++ b/Cabal/Makefile @@ -1,5 +1,5 @@ -VERSION=1.11.2 +VERSION=1.13.3 #KIND=devel KIND=rc diff --git a/cabal-install/cabal-install.cabal b/cabal-install/cabal-install.cabal index 714720b..773d3fe 100644 --- a/cabal-install/cabal-install.cabal +++ b/cabal-install/cabal-install.cabal @@ -1,5 +1,5 @@ Name: cabal-install -Version: 0.11.3 +Version: 0.13.3 Synopsis: The command-line interface for Cabal and Hackage. Description: The \'cabal\' command-line program simplifies the process of managing @@ -87,7 +87,7 @@ Executable cabal Paths_cabal_install build-depends: base >= 2 && < 5, - Cabal >= 1.11.3 && < 1.13, + Cabal >= 1.13.3 && < 1.14, filepath >= 1.0 && < 1.3, network >= 1 && < 3, HTTP >= 4000.0.2 && < 4001, _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
