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

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/bf72cc9d44915cc2fa882feb98cf3ca65a58bfe2

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

commit bf72cc9d44915cc2fa882feb98cf3ca65a58bfe2
Author: bjorn <[email protected]>
Date:   Mon Oct 8 20:44:52 2007 +0000

    Ok, I see. zlib >= 0.4 is needed since 0.3 wont install with ghc 6.8.

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

 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 f906f82..3c42b45 100644
--- a/cabal-install/cabal-install.cabal
+++ b/cabal-install/cabal-install.cabal
@@ -37,6 +37,6 @@ Executable cabal
         Hackage.Utils
 
     build-depends: mtl, network, regex-compat, unix, Cabal>=1.3,
-                   zlib >= 0.3, HTTP >= 3000.0 && < 3000.1, filepath >= 1.0
+                   zlib >= 0.4, HTTP >= 3000.0 && < 3000.1, filepath >= 1.0
 
     build-depends: base >= 2.1, process, directory, pretty, bytestring >= 0.9



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

Reply via email to