Skip to content

Commit

Permalink
Remove restrictive mtl bound
Browse files Browse the repository at this point in the history
  • Loading branch information
turion committed May 30, 2023
1 parent ce1ef3d commit df99d20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monad-bayes.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ library
, matrix
, monad-coroutine ^>=0.9.0
, monad-extras
, mtl ^>=2.2.2
, mtl >=2.2.2 && <2.4
, mwc-random >=0.13.6 && <0.16
, pipes
, pretty-simple
Expand Down

0 comments on commit df99d20

Please sign in to comment.