-
Notifications
You must be signed in to change notification settings - Fork 47
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
Bump Cabal and Cabal-syntax to allow 3.12 #309
Conversation
I have bumped anything that was preventing |
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.
How about bumping to < 3.14 so that the new dev cabal on master can build without allow-newer?
I have tested the change by building `all` against `Cabal` and `Cabal-syntax` 3.12.
Does this PR make sense already when Cabal-3.12 isn't available yet and so CI cannot pick it up? P.S.:
|
Unfortunately we have the chicken and egg problem. In general, cabal can't be made available until hackage-security with permissive bounds is on Hackage, because cabal depends on hackage-security. |
Yep. See #291 (date: February 2023) too, where This Ouroboros is caused by |
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.
LGTM
It should not be needed, thanks! |
I have tested the change by building
all
againstCabal
andCabal-syntax
3.12.