Make it build with ghc 9.10#1536
Merged
parsonsmatt merged 2 commits intoyesodweb:masterfrom Jul 19, 2024
Merged
Conversation
Collaborator
|
Are there links to upstream PRs for the |
Contributor
Author
I have raised issues for both (the maintainer prefers issues to PRs). They have been waiting on a cabal release. haskellari/postgresql-libpq#60 |
Contributor
Author
|
Removed the |
Contributor
Author
|
There are some compiler warnings. |
963cc90 to
05f719a
Compare
d3fe437 to
36b14bd
Compare
Collaborator
|
This is great, thanks! I'll make a point release for the affected packages. |
netbsd-srcmastr
pushed a commit
to NetBSD/pkgsrc
that referenced
this pull request
Jan 31, 2025
## 2.14.6.3 * [#1544](yesodweb/persistent#1544) * Fix type error message when no unique keys are defined on a model and you use a function with constraint `AtLeastOneUniqueKey`. ## 2.14.6.2 * [#1536](yesodweb/persistent#1536) * Build with GHC 9.10
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This still contains an
allow-newerstanze that should be remove before this PR can be merged.There are also quite a lot of compiler warnings that should be fixed at some time.