Remove haskell-suite-dummy-program hack
There was some hacky logic in place to give a "haskell-suite" compiler a dummy location so that we would attempt to configure it. This logic is no longer necessary since 'configureRequiredProgram' was changed to accomodate the situation in which 'lookupKnownProgram' fails. In fact, it is downright harmful, as this dummy location will trigger errors when we attempt to configure all known programs, which is a necessary step before attempting to serialise a program database. (cherry picked from commit 6ac9dfbb)
parent
28714b82
Branches mergify/bp/3.12/pr-9967
No related tags found
Showing
- Cabal/src/Distribution/Simple/Program/Builtin.hs 2 additions, 10 deletionsCabal/src/Distribution/Simple/Program/Builtin.hs
- cabal-install/src/Distribution/Client/SetupWrapper.hs 0 additions, 4 deletionscabal-install/src/Distribution/Client/SetupWrapper.hs
- cabal-testsuite/PackageTests/ExtraProgPath/setup.out 0 additions, 5 deletionscabal-testsuite/PackageTests/ExtraProgPath/setup.out
Loading
Please register or sign in to comment