From 7507614b006f3e5081b03b2bfdb40b4a4c83f7e5 Mon Sep 17 00:00:00 2001
From: Ian Lynagh <igloo@earth.li>
Date: Wed, 6 Jul 2011 20:29:23 +0100
Subject: [PATCH] Relax a dependency

---
 haskell98.cabal | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/haskell98.cabal b/haskell98.cabal
index a7fb059..2d4bede 100644
--- a/haskell98.cabal
+++ b/haskell98.cabal
@@ -21,7 +21,7 @@ Library
                     directory   >= 1.1 && < 1.2,
                     old-time    >= 1.0 && < 1.1,
                     old-locale  >= 1.0 && < 1.1,
-                    process     >= 1.0 && < 1.1,
+                    process     >= 1.0 && < 1.2,
                     array       >= 0.3 && < 0.4,
                     time        >= 1.2 && < 1.3
     exposed-modules:
-- 
GitLab