Skip to content
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

cabal-install-3.10.1.0 appears not to be buildable from hackage #10385

Open
AndreasPK opened this issue Sep 27, 2024 · 0 comments
Open

cabal-install-3.10.1.0 appears not to be buildable from hackage #10385

AndreasPK opened this issue Sep 27, 2024 · 0 comments

Comments

@AndreasPK
Copy link
Contributor

cabal install -w ghc-9.6.4 cabal-install-3.10.1.0 results in a build error related to simpleProgram not being exported somewhere.

This seems related to #9863

The error I get is

[128 of 132] Compiling Distribution.Client.CmdExec ( src/Distribution/Client/CmdExec.hs, dist/build/Distribution/Client/CmdExec.o, dist/build/Distribution/Client/CmdExec.dyn_o )

src/Distribution/Client/CmdExec.hs:72:5: error:
    Module
    ‘Distribution.Simple.Program.Types’
    does not export
    ‘simpleProgram’
   |
72 |   , simpleProgram
   |     ^^^^^^^^^^^^^

To Reproduce

cabal install -w ghc-9.6.4 cabal-install-3.10.1.0

System information

  • Operating system: linux
  • cabal, ghc versions: Build attempt with cabal-3.12/ghc-9.6.4

Additional context

I believe this could be fixed by updating the bounds for cabal-install to depend on a version of Cabal where simpleProgram hasn't been moved yet.

@ulysses4ever ulysses4ever changed the title cabal-install-3.10.0.1 appears not to be buildable from hackage cabal-install-3.10.1.0 appears not to be buildable from hackage Sep 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant