tweag / monad-bayes

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

Allow 9.6 #267

Closed turion closed 6 months ago

turion commented 1 year ago

Follow-up to https://github.com/tweag/monad-bayes/pull/266 (should be merged first).

turion commented 1 year ago

It seems that GHC 9.6 is nigh impossible because ListT is really, really gone from the ecosystem. I'll aim at 9.4 first and see whether we can get #245 resolved first.

reubenharry commented 1 year ago

Surely the ListT code we need is fairly minimal though? Can't we just put it directly in the repo?

turion commented 1 year ago

If there is no great hurry to support GHC 9.6 right away I'd rather go with the clean solution from the start.

turion commented 1 year ago

I'll aim at 9.4 first

This is https://github.com/tweag/monad-bayes/pull/271