Repository : ssh://darcs.haskell.org//srv/darcs/packages/directory On branch : master
http://hackage.haskell.org/trac/ghc/changeset/d817739df53af8d9fe0f8c9f78b92c634c9ccef0 >--------------------------------------------------------------- commit d817739df53af8d9fe0f8c9f78b92c634c9ccef0 Author: Ian Lynagh <[email protected]> Date: Fri Nov 30 20:44:29 2012 +0000 Bump base lower version to 4.5 (the version GHC 7.4.1 came with) >--------------------------------------------------------------- directory.cabal | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/directory.cabal b/directory.cabal index bb4815d..dfe7659 100644 --- a/directory.cabal +++ b/directory.cabal @@ -33,7 +33,7 @@ Library { extensions: CPP, ForeignFunctionInterface if impl(ghc >= 7.1) extensions: NondecreasingIndentation - build-depends: base >= 4.2 && < 4.8, + build-depends: base >= 4.5 && < 4.8, time < 1.5, filepath >= 1.1 && < 1.4 if !impl(nhc98) { _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
