Repository : ssh://darcs.haskell.org//srv/darcs/packages/Cabal On branch : master
http://hackage.haskell.org/trac/ghc/changeset/635591adf37ffc6683a0f9a8a8ee22835e94499a >--------------------------------------------------------------- commit 635591adf37ffc6683a0f9a8a8ee22835e94499a Author: Duncan Coutts <[email protected]> Date: Fri Jul 8 01:32:48 2011 +0000 Bump cabal-install version >--------------------------------------------------------------- cabal-install/cabal-install.cabal | 9 ++------- 1 files changed, 2 insertions(+), 7 deletions(-) diff --git a/cabal-install/cabal-install.cabal b/cabal-install/cabal-install.cabal index 02c7809..d0a17c2 100644 --- a/cabal-install/cabal-install.cabal +++ b/cabal-install/cabal-install.cabal @@ -1,5 +1,5 @@ Name: cabal-install -Version: 0.10.0 +Version: 0.11.2 Synopsis: The command-line interface for Cabal and Hackage. Description: The \'cabal\' command-line program simplifies the process of managing @@ -29,11 +29,6 @@ source-repository head type: darcs location: http://darcs.haskell.org/cabal-install/ -source-repository this - type: darcs - location: http://darcs.haskell.org/cabal-branches/cabal-install-0.10/ - tag: 0.10.0 - flag old-base description: Old, monolithic base default: False @@ -93,7 +88,7 @@ Executable cabal Paths_cabal_install build-depends: base >= 2 && < 5, - Cabal >= 1.10.1 && < 1.11, + Cabal >= 1.10.1 && < 1.11.3, 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
