-
-
Notifications
You must be signed in to change notification settings - Fork 413
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 #1765
Allow GHC 9.10 #1765
Conversation
I thought the failure was because of the colors, but it still fails locally with this snippet added to
See flag reference |
This is the error in case the CI logs get deleted:
|
allow-newer: file-embed-lzma:base | ||
allow-newer: file-embed-lzma:template-haskell | ||
allow-newer: file-embed-lzma:filepath | ||
allow-newer: lzma:base |
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.
This one was already bumped on hackage: https://hackage.haskell.org/package/lzma
allow-newer: postgresql-simple:base | ||
allow-newer: postgresql-simple:template-haskell | ||
allow-newer: postgresql-simple:containers | ||
allow-newer: postgresql-libpq:base |
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.
allow-newer: swagger2:template-haskell | ||
allow-newer: swagger2:lens | ||
allow-newer: swagger2:containers |
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.
allow-newer: insert-ordered-containers:base | ||
allow-newer: insert-ordered-containers:lens |
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.
This is related to #1753, but adds a bunch of allow-newers. There are so many
dependencies of servant, that it will take a long time for all of them to
catch up. To make sure GHC 9.10 keeps working in this repo, let's test with
these allow-newers. Released packages won't have these bound overrides, of
course.