From 399a4979403b6f5ebd7f35cbf1636a6ee084b33e Mon Sep 17 00:00:00 2001 From: Ben Gamari <ben@smart-cactus.org> Date: Mon, 26 Jun 2023 17:03:18 -0400 Subject: [PATCH] Bump base bound to <4.20 For GHC 9.8. --- stm.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stm.cabal b/stm.cabal index 690d493..65a44fb 100644 --- a/stm.cabal +++ b/stm.cabal @@ -53,7 +53,7 @@ library build-depends: semigroups >=0.18.6 && <0.21 build-depends: - base >= 4.4 && < 4.19, + base >= 4.4 && < 4.20, array >= 0.3 && < 0.6 exposed-modules: -- GitLab