[commit: Cabal] master: Change Cabal dep to >=1.2 now that the required patches are in the 1.2 branch. This should really be >= 1.2.1, but the version number of the 1.2 has not been bumped yet. (73d7296)
Ian Lynagh
igloo at earth.li
Fri Jun 24 01:47:41 CEST 2011
Repository : ssh://darcs.haskell.org//srv/darcs/packages/Cabal
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/73d7296ff8a59793772e1ad803af91342c554f28
>---------------------------------------------------------------
commit 73d7296ff8a59793772e1ad803af91342c554f28
Author: bjorn <bjorn at bringert.net>
Date: Tue Oct 16 08:57:35 2007 +0000
Change Cabal dep to >=1.2 now that the required patches are in the 1.2 branch. This should really be >= 1.2.1, but the version number of the 1.2 has not been bumped yet.
>---------------------------------------------------------------
cabal-install/cabal-install.cabal | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/cabal-install/cabal-install.cabal b/cabal-install/cabal-install.cabal
index f8a4bd2..3007547 100644
--- a/cabal-install/cabal-install.cabal
+++ b/cabal-install/cabal-install.cabal
@@ -37,7 +37,7 @@ Executable cabal
Hackage.Update
Hackage.Utils
- build-depends: mtl, network, regex-compat, unix, Cabal>=1.3,
+ build-depends: mtl, network, regex-compat, unix, Cabal>=1.2,
zlib >= 0.4, HTTP >= 3000.0 && < 3000.1, filepath >= 1.0
if flag(old-base) {
More information about the Cvs-libraries
mailing list