From: Simon Marlow Date: Wed, 23 Jun 2010 10:43:44 +0000 (+0000) Subject: require base-4.2; the Windows code needs withFilePath (#4147) X-Git-Tag: ghc-darcs-git-switchover~6 X-Git-Url: http://git.megacz.com/?p=haskell-directory.git;a=commitdiff_plain;h=4def4746644e1ce7026d5a08cc5213ec410a17f2 require base-4.2; the Windows code needs withFilePath (#4147) --- diff --git a/directory.cabal b/directory.cabal index ff83a86..c840283 100644 --- a/directory.cabal +++ b/directory.cabal @@ -1,5 +1,5 @@ name: directory -version: 1.0.1.1 +version: 1.0.1.2 license: BSD3 license-file: LICENSE maintainer: libraries@haskell.org @@ -30,7 +30,7 @@ Library { includes: HsDirectory.h install-includes: HsDirectory.h HsDirectoryConfig.h extensions: CPP, ForeignFunctionInterface - build-depends: base >= 4.1 && < 4.4, + build-depends: base >= 4.2 && < 4.4, old-time >= 1.0 && < 1.1, filepath >= 1.1 && < 1.3 if !impl(nhc98) {