From 2e03cbca61ec6ebb202f56b48287fe60d65f600e Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Sun, 24 May 2009 15:59:51 +0000 Subject: [PATCH] Give bounds for the dependencies; fixes #3141 --- directory.cabal | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 1.7.10.4