mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-21 11:41:57 +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
|
, 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"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user