Skip to content

Commit 6d0cd9c

Browse files
committed
Don't wrap the improved install plan.
Signed-off-by: Edward Z. Yang <[email protected]>
1 parent 5d7dcfd commit 6d0cd9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cabal-install/Distribution/Client/ProjectBuilding.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ rebuildTargetsDryRun verbosity distDirLayout@DistDirLayout{..} shared = \install
248248
-- 'InstallPlan.Installed'.
249249
let installPlan' = improveInstallPlanWithUpToDatePackages
250250
installPlan pkgsBuildStatus
251-
debug verbosity $ InstallPlan.showInstallPlan installPlan'
251+
debugNoWrap verbosity $ InstallPlan.showInstallPlan installPlan'
252252

253253
return (installPlan', pkgsBuildStatus)
254254
where

0 commit comments

Comments
 (0)