Print out warnings

This commit is contained in:
Michael Snoyman 2014-12-12 15:50:50 +02:00
parent 8801ebe0bb
commit b2f4e6cad3

View File

@ -149,7 +149,7 @@ completeBuild buildType = withManager defaultManagerSettings $ \man -> do
, pbLog = hPut stdout , pbLog = hPut stdout
, pbJobs = 8 , pbJobs = 8
} }
performBuild pb performBuild pb >>= mapM_ putStrLn
putStrLn "Uploading bundle to Stackage Server" putStrLn "Uploading bundle to Stackage Server"
token <- readFile "/auth-token" token <- readFile "/auth-token"