aboutsummaryrefslogtreecommitdiff
path: root/compiler/src/Compiler.hs
diff options
context:
space:
mode:
authorZero~Informatique2020-01-31 02:15:26 +0100
committerZero~Informatique2020-01-31 02:16:45 +0100
commit2157b66f3ea43137391939992cac4dc901a4ac4e (patch)
tree51f66cdada6a8e920ba80a3aae76393e0127d825 /compiler/src/Compiler.hs
parent293c2803794a5cc4f9a045d48ff28ae99beaa030 (diff)
downloadldgallery-2157b66f3ea43137391939992cac4dc901a4ac4e.tar.gz
compiler: output viewer config.json
Write a file at the root of the viewer directory with some info about the gallery root path and generation date time.
Diffstat (limited to 'compiler/src/Compiler.hs')
-rw-r--r--compiler/src/Compiler.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/src/Compiler.hs b/compiler/src/Compiler.hs
index fc40a76..8819ffc 100644
--- a/compiler/src/Compiler.hs
+++ b/compiler/src/Compiler.hs
@@ -18,6 +18,7 @@
18 18
19module Compiler 19module Compiler
20 ( compileGallery 20 ( compileGallery
21 , writeJSON
21 ) where 22 ) where
22 23
23 24