From 3172ec893026869d1a458cf067790fce3b1e3eef Mon Sep 17 00:00:00 2001
From: Ben Gamari <ben@smart-cactus.org>
Date: Wed, 13 Sep 2017 20:06:59 -0400
Subject: [PATCH] Bump upper bound on base

(cherry picked from commit 748e8b41e06eeab8b9086bf481ebca5218639f5c)
---
 unix.cabal | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/unix.cabal b/unix.cabal
index cf44068..6714fb2 100644
--- a/unix.cabal
+++ b/unix.cabal
@@ -62,7 +62,7 @@ library
         buildable: False
 
     build-depends:
-        base        >= 4.5     && < 4.11,
+        base        >= 4.5     && < 4.12,
         bytestring  >= 0.9.2   && < 0.11,
         time        >= 1.2     && < 1.9
 
-- 
GitLab