tweag / rules_haskell

Haskell rules for Bazel.
https://haskell.build
Apache License 2.0
265 stars 79 forks source link

GHC version support #1878

Open avdv opened 1 year ago

avdv commented 1 year ago
avdv commented 1 year ago

Ideally, we should strive to support (and test) the recent stable GHC releases:

Current Stable Releases

Also, we should take into account the supported GHC versions from stackage:

Note: apparently, GHC 9.2.x has been demoted from stable to an "old" release, as it is no longer listed under "Current Stable Releases" on the download page.

aherrmann commented 9 months ago

@avdv is this one done now or is there still work remaining here?

avdv commented 9 months ago

is this one done now or is there still work remaining here?

We want to also support GHC 9.8 and eventually remove GHC 9.2 from testing since it is not a stable release anymore (but that can wait until we decide it's the right time)

aherrmann commented 9 months ago

@avdv Thanks for clarifying, sounds good!