mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-02-02 01:20:24 +01:00
More output
This commit is contained in:
parent
6ba5db21b7
commit
dba8981ca4
@ -69,6 +69,7 @@ build settings' bp = do
|
|||||||
putStrLn $ tool ++ " built"
|
putStrLn $ tool ++ " built"
|
||||||
mapM_ installBuildTool $ bpTools bp
|
mapM_ installBuildTool $ bpTools bp
|
||||||
|
|
||||||
|
putStrLn "Beginning Stackage build"
|
||||||
ph <- withBinaryFile "build.log" WriteMode $ \handle -> do
|
ph <- withBinaryFile "build.log" WriteMode $ \handle -> do
|
||||||
let args = addCabalArgs settings
|
let args = addCabalArgs settings
|
||||||
$ "install"
|
$ "install"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user