-
Notifications
You must be signed in to change notification settings - Fork 13
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
Make a revision on hackage to support GHC 9.0 #32
Comments
Thanks for reporting. I'm waiting for a dependency to be updated. The constraints package cannot build with 9.0.1 because the hashable package needs to be revised. |
I successfully tested building So a new release does not seem necessary, just a revision of metadata on hackage. E.g. here is my workflow for revisions: https://github.com/haskell-pkg-janitors/haskell-src/blob/540fc48dc2f0f2c75699315df950ff26e1918270/CONTRIBUTING.md But it seems you are also planning to fix some warnings in #33, so this is of course not suitable for a revision... [1] build test:
|
Sorry for the delay. Just uploaded https://hackage.haskell.org/package/lifted-async-0.10.1.3. |
Excellent, thank you! Works for me. |
GHC 9.0 was released.
lifted-async
does not build because of the constraint onbase
.I successfully tried:
I suggest to make a revision on hackage (https://hackage.haskell.org/package/lifted-async/maintain) that lifts the necessary upper bounds to allow compilation with GHC 9.0.
UPDATE:
The text was updated successfully, but these errors were encountered: