Repository : ssh://darcs.haskell.org//srv/darcs/packages/Cabal On branch : ghc-7.4
http://hackage.haskell.org/trac/ghc/changeset/5ec3c8add63e13f508a26ebea109c60570966020 >--------------------------------------------------------------- commit 5ec3c8add63e13f508a26ebea109c60570966020 Author: Ian Lynagh <[email protected]> Date: Mon Dec 12 21:46:06 2011 +0000 Update dependencies >--------------------------------------------------------------- Cabal/Cabal.cabal | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cabal/Cabal.cabal b/Cabal/Cabal.cabal index 4b2d315..800b651 100644 --- a/Cabal/Cabal.cabal +++ b/Cabal/Cabal.cabal @@ -39,15 +39,15 @@ Flag base3 Library build-depends: base >= 2 && < 5, - filepath >= 1 && < 1.3 + filepath >= 1 && < 1.4 if flag(base4) { build-depends: base >= 4 } else { build-depends: base < 4 } if flag(base3) { build-depends: base >= 3 } else { build-depends: base < 3 } if flag(base3) Build-Depends: directory >= 1 && < 1.2, process >= 1 && < 1.2, - old-time >= 1 && < 1.1, + old-time >= 1 && < 1.2, containers >= 0.1 && < 0.5, - array >= 0.1 && < 0.4, + array >= 0.1 && < 0.5, pretty >= 1 && < 1.2 if !os(windows) _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
