From 3d55e68be2b8a6927b913952c1ee46b63b34814b Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Mon, 16 Apr 2018 06:04:39 -0400 Subject: [PATCH] Bump upper bound on base to < 4.13 See https://ghc.haskell.org/trac/ghc/ticket/15018. --- unix.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unix.cabal b/unix.cabal index 8eac9fd2..018bcfa1 100644 --- a/unix.cabal +++ b/unix.cabal @@ -63,7 +63,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