From 245b6b1c3f9161233235364a58e7c5914a354a57 Mon Sep 17 00:00:00 2001
From: Ben Gamari <ben@smart-cactus.org>
Date: Tue, 15 Nov 2016 12:52:33 -0500
Subject: [PATCH] Bump upper bound on base

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

diff --git a/unix.cabal b/unix.cabal
index 5ba2ddd..6565f1c 100644
--- a/unix.cabal
+++ b/unix.cabal
@@ -62,7 +62,7 @@ library
         buildable: False
 
     build-depends:
-        base        >= 4.5     && < 4.10,
+        base        >= 4.5     && < 4.11,
         bytestring  >= 0.9.2   && < 0.11,
         time        >= 1.2     && < 1.7
 
-- 
GitLab