Closed
Description
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.