Repository : ssh://darcs.haskell.org//srv/darcs/packages/directory On branch : master
http://hackage.haskell.org/trac/ghc/changeset/be5fcdd3c8861d461f813601822c973f9fb07970 >--------------------------------------------------------------- commit be5fcdd3c8861d461f813601822c973f9fb07970 Author: Ian Lynagh <[email protected]> Date: Fri Feb 10 18:47:38 2012 +0000 Relax base dependency >--------------------------------------------------------------- directory.cabal | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/directory.cabal b/directory.cabal index 2d3be18..a6e92f4 100644 --- a/directory.cabal +++ b/directory.cabal @@ -32,7 +32,7 @@ Library { extensions: CPP, ForeignFunctionInterface if impl(ghc >= 7.1) extensions: NondecreasingIndentation - build-depends: base >= 4.2 && < 4.5, + build-depends: base >= 4.2 && < 4.6, time < 1.5, filepath >= 1.1 && < 1.3 if !impl(nhc98) { _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
