Skip to content

cabal-install-solver-3.10.3.0 not compatible with Cabal-3.10.2.0 #9838

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

Closed
jkachmar opened this issue Mar 23, 2024 · 2 comments · Fixed by #10264
Closed

cabal-install-solver-3.10.3.0 not compatible with Cabal-3.10.2.0 #9838

jkachmar opened this issue Mar 23, 2024 · 2 comments · Fixed by #10264

Comments

@jkachmar
Copy link

jkachmar commented Mar 23, 2024

description

attempting to build cabal-install-solver-3.10.3.0 against Cabal-3.10.2.0 results in the following error:

           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.

right now Hackage bounds for cabal-install-solver-3.10.3.0 are >=3.10 && <3.11; these should probably be changed.

@Kleidukos
Copy link
Member

Thanks for the report, as new revision was published on Hackage.

@Kleidukos
Copy link
Member

@jkachmar Can you confirm the fix?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants