tweag / monad-bayes

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

Allow different versions of GHC on CI #266

Closed turion closed 1 year ago

turion commented 1 year ago

This adds a list of GHC versions in flake.nix which can be extended. Each of these versions is used to build and test the package.

turion commented 1 year ago

Right now every PR fails because of formatting for some reason. I suspect some version of the formatter was increased without running CI completely.

turion commented 1 year ago

I'll try to fix in https://github.com/tweag/monad-bayes/pull/269 first.

turion commented 1 year ago

@idontgetoutmuch If you're ok with this we can at least claim to support two GHC versions now :)