From 0ab69a65edae8c1a34ecee3a97b3839c833985f2 Mon Sep 17 00:00:00 2001 From: Paolo Capriotti <p.capriotti@gmail.com> Date: Tue, 14 Aug 2012 13:24:55 +0100 Subject: [PATCH] Update version bound for directory --- process.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/process.cabal b/process.cabal index a74c7619..8c76b084 100644 --- a/process.cabal +++ b/process.cabal @@ -57,7 +57,7 @@ Library { cpp-options: -Dbase3 } - build-depends: directory >= 1.0 && < 1.2, + build-depends: directory >= 1.0 && < 1.3, filepath >= 1.1 && < 1.4, deepseq >= 1.1 && < 1.4 -- GitLab