We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
attempting to build cabal-install-solver-3.10.3.0 against Cabal-3.10.2.0 results in the following error:
cabal-install-solver-3.10.3.0
Cabal-3.10.2.0
Module ‘Distribution.Simple.Program.Run’ does not export ‘getProgramInvocationLBSAndErrors’. Suggested fix: Perhaps use ‘getProgramInvocationOutputAndErrors’ | 43 | (getProgramInvocationOutputAndErrors, programInvocation, getProgramInvocationLBSAndErrors) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
looks like it was added to both Cabal & cabal-install-solver in 0b34b4e.
Cabal
cabal-install-solver
right now Hackage bounds for cabal-install-solver-3.10.3.0 are >=3.10 && <3.11; these should probably be changed.
The text was updated successfully, but these errors were encountered:
Thanks for the report, as new revision was published on Hackage.
Sorry, something went wrong.
Make cabal-install-solver depend on Cabal ^>=3.10.3
1b243bd
fix #9838
@jkachmar Can you confirm the fix?
Successfully merging a pull request may close this issue.
Uh oh!
There was an error while loading. Please reload this page.
description
attempting to build
cabal-install-solver-3.10.3.0
againstCabal-3.10.2.0
results in the following error:looks like it was added to both
Cabal
&cabal-install-solver
in 0b34b4e.right now Hackage bounds for
cabal-install-solver-3.10.3.0
are >=3.10 && <3.11; these should probably be changed.The text was updated successfully, but these errors were encountered: