We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99f83aa commit 11078cdCopy full SHA for 11078cd
flake.nix
@@ -78,6 +78,7 @@
78
"ghc96"
79
"ghc98"
80
"ghc910"
81
+ "ghc912"
82
"default"
83
];
84
monad-bayes.cabal
@@ -38,7 +38,7 @@ flag dev
38
39
common deps
40
build-depends:
41
- , base >=4.15 && <4.21
+ , base >=4.15 && <4.22
42
, brick >=2.3.1 && <2.6
43
, containers >=0.6 && <0.8
44
, foldl ^>=1.4
0 commit comments