Skip to content

Commit

Permalink
Send "stack templates" output to stdout commercialhaskell#1792
Browse files Browse the repository at this point in the history
  • Loading branch information
mgsloan committed Feb 18, 2016
1 parent b5f11df commit 3f7b50f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Stack/New.hs
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ listTemplates
=> m ()
listTemplates = do
templates <- getTemplates
mapM_ ($logInfo . templateName) (S.toList templates)
mapM_ (liftIO . T.putStrLn . templateName) (S.toList templates)

-- | Get the set of templates.
getTemplates
Expand Down

0 comments on commit 3f7b50f

Please sign in to comment.