Repository : ssh://darcs.haskell.org//srv/darcs/packages/Cabal

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/0f8fae8914b68b3d9bc69cad41a510f70c3914e4

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

commit 0f8fae8914b68b3d9bc69cad41a510f70c3914e4
Author: Duncan Coutts <[email protected]>
Date:   Wed Oct 28 16:38:49 2009 +0000

    Parly fix building with ghc-6.6
    The new cabal init stuff needs some work.

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

 cabal-install/cabal-install.cabal |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/cabal-install/cabal-install.cabal 
b/cabal-install/cabal-install.cabal
index b7d1f0f..0da6af4 100644
--- a/cabal-install/cabal-install.cabal
+++ b/cabal-install/cabal-install.cabal
@@ -84,7 +84,8 @@ Executable cabal
                    filepath >= 1.0,
                    network >= 1 && < 3,
                    HTTP >= 4000.0.2 && < 4001,
-                   zlib >= 0.4 && < 0.6
+                   zlib >= 0.4 && < 0.6,
+                   time >= 1.1 && < 1.2
 
     if flag(old-base)
       build-depends: base < 3
@@ -96,8 +97,7 @@ Executable cabal
                      random     >= 1   && < 1.1,
                      containers >= 0.1 && < 0.4,
                      array      >= 0.1 && < 0.4,
-                     old-time   >= 1   && < 1.1,
-                     time       >= 1.1 && < 1.2
+                     old-time   >= 1   && < 1.1
 
     if flag(bytestring-in-base)
       build-depends: base >= 2.0 && < 2.2



_______________________________________________
Cvs-libraries mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-libraries

Reply via email to