-
Notifications
You must be signed in to change notification settings - Fork 107
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
fix build for ghc 9.8.1 (#386) #387
Conversation
Don't you think that the changelog entry belongs under it's own header? Otherwise looks fine to me. @parsonsmatt Do you have any suggestions for this PR adding support for GHC 9.8.1 to |
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.
Thanks for the PR! There's two items left if you wouldn't mind.
changelog.md
Outdated
- @arguri | ||
- [#387](https://github.com/bitemyapp/esqueleto/pull/387) | ||
- Fix build for ghc 9.8.1 / template-haskell 2.18 |
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.
Please move this into it's own section of the changelog for this version.
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 hope I got that numbering right.
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.
Going to merge the suggestions to fix CI and hopefully get this in. Tested locally and it works great! Thank you!
@@ -33,7 +33,7 @@ jobs: | |||
strategy: | |||
matrix: | |||
cabal: ["3.8.1.0"] | |||
ghc: ["8.6.5", "8.8.4", "8.10.4", "9.0.2", "9.2.2", "9.4.5", "9.6.2"] | |||
ghc: ["8.6.5", "8.8.4", "8.10.4", "9.0.2", "9.2.2", "9.4.5", "9.6.2", "9.8.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.
CI is failing due to this issue: haskellari/postgresql-libpq#55
We may be able to fix this by adding an allow-newer
flag to a cabal.project
:
allow-newer:
postgresql-libpq:Cabal
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.
Nope, this was the Cabal version that needed to change 😅
Thank you! |
Before submitting your PR, check that you've:
stylish-haskell
and otherwise adhered to the style guide.After submitting your PR: