From b9230c7e3fd8d3335d30b6718252df6f3b87d731 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gr=C3=B6ber?= Date: Fri, 6 Mar 2015 14:49:12 +0100 Subject: [PATCH] Another recomp bug fixed --- CabalHelper/Wrapper.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CabalHelper/Wrapper.hs b/CabalHelper/Wrapper.hs index 880b28f..13f374c 100644 --- a/CabalHelper/Wrapper.hs +++ b/CabalHelper/Wrapper.hs @@ -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