From 2fe6d8b7ab1e4137876705eb58b7909bb1107a05 Mon Sep 17 00:00:00 2001 From: Ben Gamari <ben@smart-cactus.org> Date: Mon, 11 Nov 2019 17:45:47 -0500 Subject: [PATCH] Bump base upper bound to 4.15 --- unix.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unix.cabal b/unix.cabal index 4210ec2..83b0dc7 100644 --- a/unix.cabal +++ b/unix.cabal @@ -62,7 +62,7 @@ library buildable: False build-depends: - base >= 4.5 && < 4.14, + base >= 4.5 && < 4.15, bytestring >= 0.9.2 && < 0.11, time >= 1.2 && < 1.10 -- GitLab