aboutsummaryrefslogtreecommitdiff
path: root/compiler/src/Compiler.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/src/Compiler.hs')
-rw-r--r--compiler/src/Compiler.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/src/Compiler.hs b/compiler/src/Compiler.hs
index aca96bc..27598b7 100644
--- a/compiler/src/Compiler.hs
+++ b/compiler/src/Compiler.hs
@@ -130,9 +130,9 @@ compileGallery inputDirPath outputDirPath rebuildAll =
130 130
131 itemProcessor config cache = 131 itemProcessor config cache =
132 itemFileProcessor 132 itemFileProcessor
133 (pictureMaxResolution config) (jpegExportQuality config) cache 133 (pictureMaxResolution config) cache
134 inputDirPath outputDirPath itemsDir 134 inputDirPath outputDirPath itemsDir
135 thumbnailProcessor config cache = 135 thumbnailProcessor config cache =
136 thumbnailFileProcessor 136 thumbnailFileProcessor
137 (thumbnailMaxResolution config) (jpegExportQuality config) cache 137 (thumbnailMaxResolution config) cache
138 inputDirPath outputDirPath thumbnailsDir 138 inputDirPath outputDirPath thumbnailsDir