From bee98e4c333eccaa96c973589812a0b3b73e5a9e Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Mon, 11 Nov 2019 17:39:28 -0500 Subject: [PATCH] Bump base upper bound to 4.15 --- stm.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stm.cabal b/stm.cabal index 36a2b30..bd9cb62 100644 --- a/stm.cabal +++ b/stm.cabal @@ -47,7 +47,7 @@ library build-depends: nats (>= 0.1.3 && < 0.3) || (>= 1 && < 1.2) build-depends: - base >= 4.3 && < 4.14, + base >= 4.3 && < 4.15, array >= 0.3 && < 0.6 exposed-modules: