Repository : ssh://darcs.haskell.org//srv/darcs/packages/directory On branch : ghc-7.4
http://hackage.haskell.org/trac/ghc/changeset/35398ce87d9d88237db1aa9ccb934b7db031d6b3 >--------------------------------------------------------------- commit 35398ce87d9d88237db1aa9ccb934b7db031d6b3 Author: Ian Lynagh <[email protected]> Date: Mon Dec 12 21:38:46 2011 +0000 Update dependencies >--------------------------------------------------------------- directory.cabal | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/directory.cabal b/directory.cabal index 99f7a9b..da928e0 100644 --- a/directory.cabal +++ b/directory.cabal @@ -32,9 +32,9 @@ Library { extensions: CPP, ForeignFunctionInterface if impl(ghc >= 7.1) extensions: NondecreasingIndentation - build-depends: base >= 4.2 && < 4.5, - old-time >= 1.0 && < 1.1, - filepath >= 1.1 && < 1.3 + build-depends: base >= 4.2 && < 4.6, + old-time >= 1.0 && < 1.2, + filepath >= 1.1 && < 1.4 if !impl(nhc98) { if os(windows) { build-depends: Win32 _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
