diff --git a/Shakefile/src/Shakefiles/ElmFormat/IntegrationTests.hs b/Shakefile/src/Shakefiles/ElmFormat/IntegrationTests.hs index da9f68480..428e89129 100644 --- a/Shakefile/src/Shakefiles/ElmFormat/IntegrationTests.hs +++ b/Shakefile/src/Shakefiles/ElmFormat/IntegrationTests.hs @@ -35,9 +35,9 @@ rules gitSha elmFormat = do , "tests/test-files/recursive-directory//*.elm" , "tests/test-files/*.json" ] - need testFiles + hash <- hashNeed testFiles cmd_ ("bash" <.> exe) script elmFormat - writeFile' out "" + writeFile' out (unlines $ hash : testFiles) "_build/tests/test-files/prof.ok" %> \out -> do let oks =