[commit: Cabal] : Bump version number and dependencies (44dd175)
Ian Lynagh
igloo at earth.li
Fri Jun 24 02:00:07 CEST 2011
Repository : ssh://darcs.haskell.org//srv/darcs/packages/Cabal
On branch :
http://hackage.haskell.org/trac/ghc/changeset/44dd1757a121d98a2c3f275568049666951447f1
>---------------------------------------------------------------
commit 44dd1757a121d98a2c3f275568049666951447f1
Author: Duncan Coutts <duncan at haskell.org>
Date: Fri Oct 10 06:58:54 2008 +0000
Bump version number and dependencies
>---------------------------------------------------------------
cabal-install/cabal-install.cabal | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/cabal-install/cabal-install.cabal b/cabal-install/cabal-install.cabal
index cd80c33..d8b9b19 100644
--- a/cabal-install/cabal-install.cabal
+++ b/cabal-install/cabal-install.cabal
@@ -1,5 +1,5 @@
Name: cabal-install
-Version: 0.5.9
+Version: 0.5.10
Synopsis: The command-line interface for Cabal and Hackage.
Description:
The \'cabal\' command-line program simplifies the process of managing
@@ -22,7 +22,7 @@ Stability: Experimental
Category: Distribution
Build-type: Simple
Extra-Source-Files: README bash-completion/cabal bootstrap.sh
-Cabal-Version: >= 1.2
+Cabal-Version: >= 1.4
flag old-base
description: Old, monolithic base
@@ -63,12 +63,13 @@ Executable cabal
Distribution.Client.Upload
Distribution.Client.Utils
Distribution.Client.Win32SelfUpgrade
+ Paths_cabal_install
- build-depends: Cabal >= 1.5.4 && < 1.7,
+ build-depends: Cabal >= 1.6 && < 1.7,
filepath >= 1.0,
network >= 1 && < 3,
HTTP >= 3000 && < 3002,
- zlib >= 0.4
+ zlib >= 0.4 && < 0.6
if flag(old-base)
build-depends: base < 3
More information about the Cvs-libraries
mailing list