mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-11 23:08:30 +01:00
Deleted cabal-dev before checking plan
This commit is contained in:
parent
d0b28169f6
commit
bcabc00040
@ -16,10 +16,11 @@ build :: IO ()
|
||||
build = do
|
||||
ii <- getInstallInfo
|
||||
|
||||
rm_r "cabal-dev"
|
||||
|
||||
checkPlan ii
|
||||
putStrLn "No mismatches, starting the sandboxed build."
|
||||
|
||||
rm_r "cabal-dev"
|
||||
ph <- withBinaryFile "build.log" WriteMode $ \handle ->
|
||||
runProcess "cabal-dev" ("install":"-fnetwork23":iiPackageList ii) Nothing Nothing Nothing (Just handle) (Just handle)
|
||||
ec <- waitForProcess ph
|
||||
|
||||
Loading…
Reference in New Issue
Block a user