Fix bug in compileGHC cleanup logic

This commit is contained in:
2020-09-17 21:20:38 +02:00
parent 563924ff26
commit 59ece98fdc

View File

@@ -840,7 +840,7 @@ compileGHC dls tver bstrap jobs mbuildConfig patchdir aargs pfreq@(PlatformReque
(bindist, bmk) <- liftE $ runBuildAction
tmpUnpack
(Just ghcdir)
Nothing
(do
b <- compileBindist bghc ghcdir workdir
bmk <- liftIO $ readFileStrict (build_mk workdir)