Skip to content

Commit a20a71a

Browse files
committed
Allow GHC 9.12
1 parent ad9a0bc commit a20a71a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

flake.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@
7878
"ghc96"
7979
"ghc98"
8080
"ghc910"
81+
"ghc912"
8182
"default"
8283
];
8384

monad-bayes.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ flag dev
3838

3939
common deps
4040
build-depends:
41-
, base >=4.15 && <4.21
41+
, base >=4.15 && <4.22
4242
, brick >=2.3.1 && <2.6
4343
, containers >=0.6 && <0.8
4444
, foldl ^>=1.4

0 commit comments

Comments
 (0)