From d85c69cf7c782ebe7c781b229d1c1c476e09a769 Mon Sep 17 00:00:00 2001 From: Bodigrim <andrew.lelechenko@gmail.com> Date: Mon, 6 Sep 2021 22:58:40 +0100 Subject: [PATCH] Allow base-4.16 --- unix.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unix.cabal b/unix.cabal index 7057584..5062dd1 100644 --- a/unix.cabal +++ b/unix.cabal @@ -68,7 +68,7 @@ library buildable: False build-depends: - base >= 4.10 && < 4.16, + base >= 4.10 && < 4.17, bytestring >= 0.9.2 && < 0.12, time >= 1.2 && < 1.13 -- GitLab