From 74517d416a47a6523491a5b6af4d909260c84d19 Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Mon, 26 Jun 2023 16:49:49 -0400 Subject: [PATCH] Bump base bound to <4.20 For GHC 9.8. --- deepseq.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deepseq.cabal b/deepseq.cabal index 84562af..b1493cc 100644 --- a/deepseq.cabal +++ b/deepseq.cabal @@ -60,7 +60,7 @@ library if impl(ghc >=9.0) build-depends: ghc-prim - build-depends: base >= 4.9 && < 4.19, + build-depends: base >= 4.9 && < 4.20, array >= 0.4 && < 0.6 ghc-options: -Wall