tweag / monad-bayes

A library for probabilistic programming in Haskell.
MIT License
404 stars 62 forks source link

Support GHC 9.6 #294

Closed turion closed 6 months ago

turion commented 1 year ago

Follow up to https://github.com/tweag/monad-bayes/issues/259.

Supporting GHC 9.6 is harder because ListT is not only deprecated, but also removed. See https://github.com/tweag/monad-bayes/issues/245. Probably, https://github.com/tweag/monad-bayes/pull/253 must be merged, or we need to provide some kind of ListT in the library.

turion commented 6 months ago

Completed in https://github.com/tweag/monad-bayes/pull/267