From dbada9890c1d58111af7d4ebb2a67d38a3a6a872 Mon Sep 17 00:00:00 2001
From: Ben Gamari <ben@smart-cactus.org>
Date: Tue, 30 Oct 2018 14:37:04 -0400
Subject: [PATCH] Allow time-1.9

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

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