From: Ian Lynagh Date: Sun, 24 May 2009 15:59:51 +0000 (+0000) Subject: Give bounds for the dependencies; fixes #3141 X-Git-Tag: 2009-06-25~7 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=2e03cbca61ec6ebb202f56b48287fe60d65f600e;p=haskell-directory.git Give bounds for the dependencies; fixes #3141 --- diff --git a/directory.cabal b/directory.cabal index 8a52b1c..080bdce 100644 --- a/directory.cabal +++ b/directory.cabal @@ -30,7 +30,9 @@ Library { includes: HsDirectory.h install-includes: HsDirectory.h HsDirectoryConfig.h extensions: CPP, ForeignFunctionInterface - build-depends: base, old-time, filepath + build-depends: base >= 4.1 && < 4.2, + old-time >= 1.0 && < 1.1, + filepath >= 1.1 && < 1.2 if !impl(nhc98) { if os(windows) { build-depends: Win32