From 119d837edce4d4c109539b6722fab162ab29c0b0 Mon Sep 17 00:00:00 2001 From: pacien Date: Sun, 29 Dec 2019 09:54:55 +0100 Subject: compiler: allow fast recovery from partial gallery compilation --- compiler/src/Processors.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/src/Processors.hs') 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 = fileExists <- doesFileExist outputPath if fileExists then do - needUpdate <- isOutdated inputPath outputPath + needUpdate <- isOutdated True inputPath outputPath if needUpdate then update else skip else update -- cgit v1.2.3