Skip to content

Commit

Permalink
Use void instead of _ <-
Browse files Browse the repository at this point in the history
  • Loading branch information
fgaz committed Sep 26, 2017
1 parent 630634a commit 8912fc8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions cabal-install/Distribution/Client/ProjectOrchestration.hs
Original file line number Diff line number Diff line change
Expand Up @@ -349,11 +349,11 @@ runProjectPostBuildPhase verbosity
pkgsBuildStatus
buildOutcomes

_ <- writePlanGhcEnvironment (distProjectRootDirectory
distDirLayout)
elaboratedPlanOriginal
elaboratedShared
postBuildStatus
void $ writePlanGhcEnvironment (distProjectRootDirectory
distDirLayout)
elaboratedPlanOriginal
elaboratedShared
postBuildStatus

-- Finally if there were any build failures then report them and throw
-- an exception to terminate the program
Expand Down

0 comments on commit 8912fc8

Please sign in to comment.