aboutsummaryrefslogtreecommitdiff
path: root/compiler/src/Processors.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/src/Processors.hs')
-rw-r--r--compiler/src/Processors.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/src/Processors.hs b/compiler/src/Processors.hs
index 67f8619..7362822 100644
--- a/compiler/src/Processors.hs
+++ b/compiler/src/Processors.hs
@@ -140,7 +140,7 @@ withCached processor inputPath outputPath =
140 fileExists <- doesFileExist outputPath 140 fileExists <- doesFileExist outputPath
141 if fileExists then 141 if fileExists then
142 do 142 do
143 needUpdate <- isOutdated inputPath outputPath 143 needUpdate <- isOutdated True inputPath outputPath
144 if needUpdate then update else skip 144 if needUpdate then update else skip
145 else 145 else
146 update 146 update