-
Notifications
You must be signed in to change notification settings - Fork 52
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
Allow GHC 9.10 #2131
base: main
Are you sure you want to change the base?
Allow GHC 9.10 #2131
Conversation
* add GHC 9.10 to tested * regenerate CI * allow `base` 4.20 --- - blocked by `palette` package - diagrams/palette/pull/9
@@ -38,7 +38,7 @@ maintainer: [email protected] | |||
bug-reports: https://github.com/swarm-game/swarm/issues | |||
copyright: Brent Yorgey 2021 | |||
category: Game | |||
tested-with: ghc ==9.2.8 || ==9.4.8 || ==9.6.5 || ==9.8.2 | |||
tested-with: ghc ==9.2.8 || ==9.4.8 || ==9.6.5 || ==9.8.2 || ==9.10.1 |
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.
Following up with #1996
We can probably drop GHC <= 9.4
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.
I think we should wait with GHC 9.4 since GHCup recommends it. But we could drop 9.2.
Note that more dependencies might need their bounds to be relaxed. It all builds and works with I am starting to like the relaxed |
In general, the problem with I am not sure it matters so much here, since we still have to do the same amount of work updating of other dependencies regardless. |
base
4.20palette
package - Allow GHC 9.10 diagrams/palette#9