Bump Cabal and Cabal-syntax to allow 3.12#309
Bump Cabal and Cabal-syntax to allow 3.12#309Mikolaj merged 1 commit intohaskell:masterfrom ffaf1:bump-cabal
Conversation
|
I have bumped anything that was preventing |
Mikolaj
left a comment
There was a problem hiding this comment.
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 |
|
It should not be needed, thanks! |
I have tested the change by building
allagainstCabalandCabal-syntax3.12.