From a102df29c107e8f853129dd40fbbb487e1818149 Mon Sep 17 00:00:00 2001
From: Herbert Valerio Riedel <hvr@gnu.org>
Date: Tue, 18 Dec 2018 22:52:17 +0100
Subject: [PATCH] Declare support for base-4.13

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

diff --git a/unix.cabal b/unix.cabal
index ad05c76..4210ec2 100644
--- a/unix.cabal
+++ b/unix.cabal
@@ -62,7 +62,7 @@ library
         buildable: False
 
     build-depends:
-        base        >= 4.5     && < 4.13,
+        base        >= 4.5     && < 4.14,
         bytestring  >= 0.9.2   && < 0.11,
         time        >= 1.2     && < 1.10
 
-- 
GitLab