Skip to content

Commit

Permalink
Don't wrap the improved install plan.
Browse files Browse the repository at this point in the history
Signed-off-by: Edward Z. Yang <[email protected]>
  • Loading branch information
ezyang committed Aug 7, 2016
1 parent 5d7dcfd commit 6d0cd9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cabal-install/Distribution/Client/ProjectBuilding.hs
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ rebuildTargetsDryRun verbosity distDirLayout@DistDirLayout{..} shared = \install
-- 'InstallPlan.Installed'.
let installPlan' = improveInstallPlanWithUpToDatePackages
installPlan pkgsBuildStatus
debug verbosity $ InstallPlan.showInstallPlan installPlan'
debugNoWrap verbosity $ InstallPlan.showInstallPlan installPlan'

return (installPlan', pkgsBuildStatus)
where
Expand Down

0 comments on commit 6d0cd9c

Please sign in to comment.