From e7b0a84866f83e9a34b8c714502db5b480e71ee9 Mon Sep 17 00:00:00 2001 From: Ollie Charles Date: Sun, 26 Mar 2023 14:19:45 +0100 Subject: [PATCH] Build with GHC 9.6 --- monoidal-containers.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monoidal-containers.cabal b/monoidal-containers.cabal index abed476..e758772 100644 --- a/monoidal-containers.cabal +++ b/monoidal-containers.cabal @@ -54,7 +54,7 @@ library build-depends: aeson >=1.0 && <2.2 - , base >=4.7 && <4.18 + , base >=4.7 && <4.19 , containers >=0.5.9 && <0.7 , deepseq >=1.3 && <1.5 , hashable >=1.2 && <1.5