mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-11 23:08:30 +01:00
Added some more output
This commit is contained in:
parent
488d8bafee
commit
38a2e6b1c2
@ -14,8 +14,10 @@ import System.Process (runProcess, waitForProcess)
|
||||
|
||||
build :: IO ()
|
||||
build = do
|
||||
putStrLn "Creating a build plan"
|
||||
ii <- getInstallInfo
|
||||
|
||||
putStrLn "Wiping out old cabal-dev folder"
|
||||
rm_r "cabal-dev"
|
||||
|
||||
checkPlan ii
|
||||
|
||||
Loading…
Reference in New Issue
Block a user