Repository : ssh://darcs.haskell.org//srv/darcs/packages/directory On branch : master
http://hackage.haskell.org/trac/ghc/changeset/2080241c00d21e8662857c8885bffe010823d47d >--------------------------------------------------------------- commit 2080241c00d21e8662857c8885bffe010823d47d Author: Ian Lynagh <[email protected]> Date: Thu Jul 7 23:06:50 2011 +0100 Relax base dep >--------------------------------------------------------------- directory.cabal | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/directory.cabal b/directory.cabal index a5a6272..f6b239c 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.4, + build-depends: base >= 4.2 && < 4.5, old-time >= 1.0 && < 1.1, filepath >= 1.1 && < 1.3 if !impl(nhc98) { _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
