Skip to content

Commit 86ad8da

Browse files
authored
Allow GHC 9.4 (#234)
1 parent 721ed40 commit 86ad8da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

monad-bayes.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ library
6464
other-modules: Control.Monad.Bayes.Traced.Common
6565
default-language: Haskell2010
6666
build-depends:
67-
base >=4.11 && <4.17
67+
base >=4.11 && <4.18
6868
, brick >=1.0 && <2.0
6969
, containers >=0.5.10 && <0.7
7070
, foldl

0 commit comments

Comments
 (0)