nick8325 / quickcheck

Automatic testing of Haskell programs.
Other
706 stars 119 forks source link

Clarify and bump supported GHC versions #369

Closed MaximilianAlgehed closed 4 months ago

MaximilianAlgehed commented 4 months ago

I tried to simplify the CI script using setup-haskell/install but a combination of things makes that tricky. Firstly, they are aiming to drop support for older versions of GHC (specifically anything older than 8) and secondly for whatever reason I couldn't get it to reliably install older ghc versions that require ubuntu-18.04 rather than 20.04 in the CI and eventually I just gave up.