From da0eda33f540786b6823c6f542ab59cf9d1b71d9 Mon Sep 17 00:00:00 2001 From: Ben Gamari <ben@smart-cactus.org> Date: Mon, 11 Nov 2019 17:26:01 -0500 Subject: [PATCH] Bump base upper bound to 4.15 --- deepseq.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deepseq.cabal b/deepseq.cabal index d1742f7..95c9afe 100644 --- a/deepseq.cabal +++ b/deepseq.cabal @@ -63,7 +63,7 @@ library if impl(ghc>=7.8) other-extensions: EmptyCase - build-depends: base >= 4.5 && < 4.14, + build-depends: base >= 4.5 && < 4.15, array >= 0.4 && < 0.6 ghc-options: -Wall -- GitLab