-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
Does not compile with ghc-9.6 #76
Comments
|
Yes, the Hackage version now works, but this issue should remain open until it has also been fixed in this repo. |
Here is a revision: https://hackage.haskell.org/package/validation-selective-0.2.0.0/revisions/
Maybe a bit generous for the nervous packages |
Well, the issue title is now incorrect. It does compile with 9.6. Perhaps, to avoid confusion, there should be a new ticket to bump the dependency of |
This package depends on
selective < 0.7
and that does not compile withghc-9.6
.I am currently getting around this in my
cabal.project
file using:to allow the use of
selective == 0.7
.The text was updated successfully, but these errors were encountered: