From f4f500d53b4c73e542a377a5c675309dbbe5774d Mon Sep 17 00:00:00 2001 From: Herbert Valerio Riedel <hvr@gnu.org> Date: Tue, 31 Jul 2018 18:24:13 +0200 Subject: [PATCH] relax base to include base-4.12 (GHC 8.6) --- unix.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unix.cabal b/unix.cabal index 6714fb2..bb3155f 100644 --- a/unix.cabal +++ b/unix.cabal @@ -62,7 +62,7 @@ library buildable: False build-depends: - base >= 4.5 && < 4.12, + base >= 4.5 && < 4.13, bytestring >= 0.9.2 && < 0.11, time >= 1.2 && < 1.9 -- GitLab