-
Notifications
You must be signed in to change notification settings - Fork 724
Cabal API change in 3.14 requires a lower bound bump in cabal-install #10882
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
Conversation
|
Hm, right, since that hasn't been released yet it'll be hard to test in CI… |
|
Hack: change |
1c6dc6b to
14a83a4
Compare
|
@geekosaur but I thought it'd use the local versions. Well, local version was 3.14.1.1, which isn't true. I bumped it to 3.14.2. |
|
It'll only use the local version if its version matches the constraint. Since the local one doesn't match |
|
it does now |
|
@Mikolaj is this an okay patch? I don't want to merge it before someone else looks... |
Mikolaj
left a comment
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.
I don't know if it's going to work, but it looks legit on its own.
|
It should work once my check-sdist update lands, which requires fixing |
14a83a4 to
27f243e
Compare
…ds a lower bound bump the function in question is `addInternalBuildToolsFixed` (introduced in #10838)
27f243e to
412c088
Compare
cabal-install on 3.14 depends on an unreleased Cabal fuction, so, needs a lower bound bump. The function in question is
addInternalBuildToolsFixed(introduced in #10838).This was found by the CI sdist-check job in #10865
Template B: This PR does not modify behaviour or interface
E.g. the PR only touches documentation or tests, does refactorings, etc.
Include the following checklist in your PR: