[commit: directory] master: Bump base lower version to 4.5 (the version GHC 7.4.1 came with) (d817739)

Ian Lynagh igloo at earth.li
Fri Nov 30 22:23:56 CET 2012


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 <ian at well-typed.com>
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) {





More information about the Cvs-libraries mailing list