Repository : ssh://darcs.haskell.org//srv/darcs/packages/Cabal On branch : master
http://hackage.haskell.org/trac/ghc/changeset/07c47564160574737f720376cac65ae9ab15c5ff >--------------------------------------------------------------- commit 07c47564160574737f720376cac65ae9ab15c5ff Author: Ian Lynagh <[email protected]> Date: Wed Jul 6 19:26:19 2011 +0000 Relax some dependencies >--------------------------------------------------------------- cabal/Cabal.cabal | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cabal/Cabal.cabal b/cabal/Cabal.cabal index f423f70..3c810bd 100644 --- a/cabal/Cabal.cabal +++ b/cabal/Cabal.cabal @@ -43,14 +43,14 @@ Library if flag(base3) { build-depends: base >= 3 } else { build-depends: base < 3 } if flag(base3) Build-Depends: directory >= 1 && < 1.2, - process >= 1 && < 1.1, + process >= 1 && < 1.2, old-time >= 1 && < 1.1, containers >= 0.1 && < 0.5, array >= 0.1 && < 0.4, - pretty >= 1 && < 1.1 + pretty >= 1 && < 1.2 if !os(windows) - Build-Depends: unix >= 2.0 && < 2.5 + Build-Depends: unix >= 2.0 && < 2.6 ghc-options: -Wall -fno-ignore-asserts if impl(ghc >= 6.8) _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
