Skip to content

Commit

Permalink
Make 'Warning:' prefix consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
borsboom committed Aug 9, 2015
1 parent ab57e9c commit 6463611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Stack/Build/Source.hs
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ loadLocals bopts latestVersion = do

unless (null unusedFlags) $ throwM $ InvalidFlagSpecification $ Set.fromList unusedFlags
unless (Set.null unusedComponents) $ do
$logWarn "WARNING: You've specified components for non-local packages"
$logWarn "Warning: You've specified components for non-local packages"
$logWarn "Components for the following packages will be ignored:"
forM_ (Set.toList unusedComponents) $ \x -> do
$logWarn $ "* " <> T.pack (packageNameString x)
Expand Down

0 comments on commit 6463611

Please sign in to comment.