From 86ad8dab8ac579d9fa016433436ef1b682bdd792 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20B=C3=A4renz?= Date: Thu, 1 Dec 2022 09:34:26 +0100 Subject: [PATCH] Allow GHC 9.4 (#234) --- monad-bayes.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monad-bayes.cabal b/monad-bayes.cabal index d39806f8..7934f255 100644 --- a/monad-bayes.cabal +++ b/monad-bayes.cabal @@ -64,7 +64,7 @@ library other-modules: Control.Monad.Bayes.Traced.Common default-language: Haskell2010 build-depends: - base >=4.11 && <4.17 + base >=4.11 && <4.18 , brick >=1.0 && <2.0 , containers >=0.5.10 && <0.7 , foldl