From 96d6f7b013838e9b0f0bdc5c2fb4be884c4d74f1 Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Fri, 29 Apr 2022 15:08:07 -0400 Subject: [PATCH] Bump base upper bound --- deepseq.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deepseq.cabal b/deepseq.cabal index 80dc200..323f16f 100644 --- a/deepseq.cabal +++ b/deepseq.cabal @@ -59,7 +59,7 @@ library if impl(ghc >=9.0) build-depends: ghc-prim - build-depends: base >= 4.9 && < 4.17, + build-depends: base >= 4.9 && < 4.18, array >= 0.4 && < 0.6 ghc-options: -Wall