mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-02-12 22:37: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
|
build = do
|
||||||
ii <- getInstallInfo
|
ii <- getInstallInfo
|
||||||
|
|
||||||
|
rm_r "cabal-dev"
|
||||||
|
|
||||||
checkPlan ii
|
checkPlan ii
|
||||||
putStrLn "No mismatches, starting the sandboxed build."
|
putStrLn "No mismatches, starting the sandboxed build."
|
||||||
|
|
||||||
rm_r "cabal-dev"
|
|
||||||
ph <- withBinaryFile "build.log" WriteMode $ \handle ->
|
ph <- withBinaryFile "build.log" WriteMode $ \handle ->
|
||||||
runProcess "cabal-dev" ("install":"-fnetwork23":iiPackageList ii) Nothing Nothing Nothing (Just handle) (Just handle)
|
runProcess "cabal-dev" ("install":"-fnetwork23":iiPackageList ii) Nothing Nothing Nothing (Just handle) (Just handle)
|
||||||
ec <- waitForProcess ph
|
ec <- waitForProcess ph
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user