More output

This commit is contained in:
Michael Snoyman 2013-01-28 17:00:46 +02:00
parent 6ba5db21b7
commit dba8981ca4

View File

@ -69,6 +69,7 @@ build settings' bp = do
putStrLn $ tool ++ " built"
mapM_ installBuildTool $ bpTools bp
putStrLn "Beginning Stackage build"
ph <- withBinaryFile "build.log" WriteMode $ \handle -> do
let args = addCabalArgs settings
$ "install"