From 701e3202b8848a43bae46e51058f5c9c57a36d5f Mon Sep 17 00:00:00 2001
From: Ian Lynagh <igloo@earth.li>
Date: Fri, 17 Sep 2010 18:39:32 +0000
Subject: [PATCH] Bump dependencies
---
process.cabal | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/process.cabal b/process.cabal
index eeb3e74c..136db0f3 100644
--- a/process.cabal
+++ b/process.cabal
@@ -53,7 +53,7 @@ Library {
cpp-options: -Dbase3
}
- build-depends: directory >= 1.0 && < 1.1,
+ build-depends: directory >= 1.0 && < 1.2,
filepath >= 1.1 && < 1.3
extensions: CPP
--
GitLab