From: Ian Lynagh Date: Fri, 11 Sep 2009 16:07:28 +0000 (+0000) Subject: Allow building with base 4.2 X-Git-Tag: ghc-darcs-git-switchover~19 X-Git-Url: http://git.megacz.com/?p=haskell-directory.git;a=commitdiff_plain;h=c329b2828b12fd22fb9bce4dbc289bdbc51c3f96 Allow building with base 4.2 --- diff --git a/directory.cabal b/directory.cabal index 080bdce..ad29990 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.2, + build-depends: base >= 4.1 && < 4.3, old-time >= 1.0 && < 1.1, filepath >= 1.1 && < 1.2 if !impl(nhc98) {