From 30afd752f5702fc1ce9d64e40c84895d612ffd0b Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Wed, 5 May 2010 10:13:26 +0000 Subject: [PATCH] Allow filepath-1.2.* --- directory.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/directory.cabal b/directory.cabal index 52cc6f8..3531a6e 100644 --- a/directory.cabal +++ b/directory.cabal @@ -32,7 +32,7 @@ Library { extensions: CPP, ForeignFunctionInterface build-depends: base >= 4.1 && < 4.3, old-time >= 1.0 && < 1.1, - filepath >= 1.1 && < 1.2 + filepath >= 1.1 && < 1.3 if !impl(nhc98) { if os(windows) { build-depends: Win32 -- 1.7.10.4