mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-11 23:08:30 +01:00
Print out warnings
This commit is contained in:
parent
8801ebe0bb
commit
b2f4e6cad3
@ -149,7 +149,7 @@ completeBuild buildType = withManager defaultManagerSettings $ \man -> do
|
||||
, pbLog = hPut stdout
|
||||
, pbJobs = 8
|
||||
}
|
||||
performBuild pb
|
||||
performBuild pb >>= mapM_ putStrLn
|
||||
|
||||
putStrLn "Uploading bundle to Stackage Server"
|
||||
token <- readFile "/auth-token"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user