From: Simon Marlow Date: Wed, 2 Jun 2010 08:24:44 +0000 (+0000) Subject: Allow base-4.3 X-Git-Tag: ghc-darcs-git-switchover~8 X-Git-Url: http://git.megacz.com/?p=haskell-directory.git;a=commitdiff_plain;h=d9a27316302ac666c5f58636a2813686a81f6ba7;hp=30afd752f5702fc1ce9d64e40c84895d612ffd0b Allow base-4.3 --- diff --git a/directory.cabal b/directory.cabal index 3531a6e..ff83a86 100644 --- a/directory.cabal +++ b/directory.cabal @@ -30,7 +30,7 @@ Library { includes: HsDirectory.h install-includes: HsDirectory.h HsDirectoryConfig.h extensions: CPP, ForeignFunctionInterface - build-depends: base >= 4.1 && < 4.3, + build-depends: base >= 4.1 && < 4.4, old-time >= 1.0 && < 1.1, filepath >= 1.1 && < 1.3 if !impl(nhc98) {