We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d7dcfd commit 6d0cd9cCopy full SHA for 6d0cd9c
cabal-install/Distribution/Client/ProjectBuilding.hs
@@ -248,7 +248,7 @@ rebuildTargetsDryRun verbosity distDirLayout@DistDirLayout{..} shared = \install
248
-- 'InstallPlan.Installed'.
249
let installPlan' = improveInstallPlanWithUpToDatePackages
250
installPlan pkgsBuildStatus
251
- debug verbosity $ InstallPlan.showInstallPlan installPlan'
+ debugNoWrap verbosity $ InstallPlan.showInstallPlan installPlan'
252
253
return (installPlan', pkgsBuildStatus)
254
where
0 commit comments