Skip to content
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

CI: Drop GHC 8.8 #1414

Merged
merged 1 commit into from
Aug 25, 2022
Merged

CI: Drop GHC 8.8 #1414

merged 1 commit into from
Aug 25, 2022

Conversation

RyanGlScott
Copy link
Contributor

This is motivated by a couple of reasons:

  • GHC 8.8 on Windows suffers from a bug that can cause building certain code to loop forever or even segfault. As far as I can tell, this bug doesn't affect GHC 8.10 or later, so dropping 8.8 is a fairly reliable way to avoid this problem.
  • GHC 8.8 is outside of the three most recent stable GHC releases, so it doesn't make as much sense to keep maintaining support for it.

This is motivated by a couple of reasons:

* GHC 8.8 on Windows suffers from a bug that can cause building certain code
  to loop forever or even segfault. As far as I can tell, this bug doesn't
  affect GHC 8.10 or later, so dropping 8.8 is a fairly reliable way to avoid
  this problem.
* GHC 8.8 is outside of the three most recent stable GHC releases, so it
  doesn't make as much sense to keep maintaining support for it.
@RyanGlScott RyanGlScott requested review from yav and kquick August 25, 2022 13:09
Copy link
Member

@kquick kquick left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Considering 9.0 a "stable" release is perhaps different than considering it "adviseable", but in general, stepping away from 8.8 Windows issues in favor of stability is good.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants