From 0223d86351610c1569dffbd23c5e176746ff6ed0 Mon Sep 17 00:00:00 2001
From: Ian Lynagh <igloo@earth.li>
Date: Thu, 7 Jul 2011 23:07:19 +0100
Subject: [PATCH] Relax base dep

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

diff --git a/unix.cabal b/unix.cabal
index 01daef3..a6f95e4 100644
--- a/unix.cabal
+++ b/unix.cabal
@@ -47,7 +47,7 @@ Library
         System.Posix.Signals.Exts
         System.Posix.Semaphore
         System.Posix.SharedMem
-    build-depends:	base >= 4.2 && < 4.4
+    build-depends:	base >= 4.2 && < 4.5
     extensions: CPP, ForeignFunctionInterface, EmptyDataDecls
     if impl(ghc >= 7.1)
         extensions: NondecreasingIndentation
-- 
GitLab