From c329b2828b12fd22fb9bce4dbc289bdbc51c3f96 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Fri, 11 Sep 2009 16:07:28 +0000 Subject: [PATCH] Allow building with base 4.2 --- directory.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 1.7.10.4