From 821cb07ecf235625b4bb06626d30e4b15f28df30 Mon Sep 17 00:00:00 2001
From: Ben Gamari <ben@smart-cactus.org>
Date: Mon, 20 Feb 2017 16:50:59 -0500
Subject: [PATCH] Bump time upper bound

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

diff --git a/unix.cabal b/unix.cabal
index e31ecb4..c11be3f 100644
--- a/unix.cabal
+++ b/unix.cabal
@@ -64,7 +64,7 @@ library
     build-depends:
         base        >= 4.5     && < 4.11,
         bytestring  >= 0.9.2   && < 0.11,
-        time        >= 1.2     && < 1.8
+        time        >= 1.2     && < 1.9
 
     exposed-modules:
         System.Posix
-- 
GitLab