-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GHC version support #1878
Comments
Ideally, we should strive to support (and test) the recent stable GHC 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. |
@avdv 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) |
@avdv Thanks for clarifying, sounds good! |
define a clear GHC version support range (keep this economical w.r.t. test coverage).
See GHC release status page: https://gitlab.haskell.org/ghc/ghc/-/wikis/GHC-Status
evaluate test coverage and expand where needed
keep up-to-date
Tasks
The text was updated successfully, but these errors were encountered: