Another recomp bug fixed
This commit is contained in:
parent
8aece59638
commit
b9230c7e3f
@ -207,7 +207,7 @@ compile Compile {..} = do
|
||||
case exists of
|
||||
False -> return True
|
||||
True -> do
|
||||
tsrcs <- timeHsFiles cabalHelperSourceDir
|
||||
tsrcs <- timeHsFiles $ cabalHelperSourceDir </> "CabalHelper"
|
||||
texe <- timeFile exe
|
||||
return $ any (texe <) tsrcs
|
||||
Just _ -> return True -- let ghc do the difficult recomp checking
|
||||
|
Loading…
Reference in New Issue
Block a user