Skip to content

Commit

Permalink
Include package name in exes message (#3229)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdone committed Jun 28, 2017
1 parent d9d8ec2 commit d4e6552
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/Stack/Build/Execute.hs
Original file line number Diff line number Diff line change
Expand Up @@ -1296,7 +1296,10 @@ singleBuild runInBase ac@ActionContext {..} ee@ExecuteEnv {..} task@Task {..} in
$ \package cabalfp pkgDir cabal announce _console _mlogFile -> do
executableBuildStatuses <- getExecutableBuildStatuses package pkgDir
when (not (cabalIsSatisfied executableBuildStatuses) && taskIsTarget task)
($logInfo "Building all executables once. After a successful build of all of them, only specified executables will be rebuilt.")
($logInfo
("Building all executables for `" <> packageNameText (packageName package) <>
"' once. After a successful build of all of them, only specified executables will be rebuilt."))

_neededConfig <- ensureConfig cache pkgDir ee (announce ("configure" <> annSuffix executableBuildStatuses)) cabal cabalfp

let installedMapHasThisPkg :: Bool
Expand Down

0 comments on commit d4e6552

Please sign in to comment.