File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
cabal-install/src/Distribution/Client Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -205,7 +205,7 @@ configure
205205 (const (return configFlags))
206206 (const extraArgs)
207207 Right installPlan0 ->
208- let installPlan = InstallPlan. configureInstallPlan comp configFlags installPlan0
208+ let installPlan = InstallPlan. configureInstallPlan configFlags comp installPlan0
209209 in case fst (InstallPlan. ready installPlan) of
210210 [ pkg@ ( ReadyPackage
211211 ( ConfiguredPackage
Original file line number Diff line number Diff line change @@ -552,7 +552,7 @@ processInstallPlan
552552 installPlan
553553 postInstallActions verbosity args userTargets installPlan buildOutcomes
554554 where
555- installPlan = InstallPlan. configureInstallPlan comp configFlags installPlan0
555+ installPlan = InstallPlan. configureInstallPlan configFlags comp installPlan0
556556 dryRun = fromFlag (installDryRun installFlags)
557557 nothingToInstall = null (fst (InstallPlan. ready installPlan))
558558
Original file line number Diff line number Diff line change @@ -93,6 +93,7 @@ import Distribution.Package
9393 , UnitId
9494 )
9595import Distribution.Pretty (defaultStyle )
96+ import Distribution.Simple.Compiler ( Compiler (compilerId ) )
9697import Distribution.Solver.Types.SolverPackage
9798import Text.PrettyPrint
9899
You can’t perform that action at this time.
0 commit comments