-
-
Notifications
You must be signed in to change notification settings - Fork 412
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
Remove GHC <= 9.0 from the support window #1778
Conversation
4a12fe4
to
a9ab6df
Compare
a9ab6df
to
1dbe410
Compare
@ysangkok I'd love a review :) |
changelog.d/1778
Outdated
prs: #1778 | ||
|
||
description { | ||
GHC <= 8.10.7 is removed from the support window. The lowest version supported in CI becomes GHC 9.2.1, released on the 29/10/2021. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If the lower base bound is 4.16.4.0
, then that corresponds to 9.2.5, not 9.2.1. So I think this should say 9.2.5
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you're right, actually latest patch version of 9.2 (9.2.8) should be the one we should aim
601a00c
to
287d50b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR description should be updated to reflect that 9.0.x series is also excluded in this PR
GHC <= 8.10.7 is removed from the support window. The lowest version supported in CI becomes GHC 9.2.1, released on the 29/10/2021. This grants us the ability to use `-XGHC2021` as default language, as well as `-XOverloadedRecordDot`.
287d50b
to
07b0943
Compare
Missing minimum bytestring bumps for:
Missing minimum container bumps for:
|
@ysangkok alright, I believe I have answered your reviews. |
GHC <= 9.0 is removed from the support window. The lowest version supported in CI becomes GHC 9.2.8, released on the 26/05/2023
This grants us the ability to use
-XGHC2021
as default language, as well as-XOverloadedRecordDot
.