-
Notifications
You must be signed in to change notification settings - Fork 6
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 building with GHC 9.8 #139
Conversation
@@ -14,17 +14,17 @@ jobs: | |||
os: [ubuntu-latest] | |||
cabal: ["3.10.1.0"] | |||
ghc: | |||
- 8.10.7 |
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.
Removing 8.10.7 not because it's broken but because most people should have migrated off of 8.x and not to overload CI unnecessarily.
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.
LGTM
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.
LGTM!
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.
LGTM
Upstream issue I'm trying to fix (to keep elm-street in stackage nightly)
commercialhaskell/stackage#7215