diff options
Diffstat (limited to 'compiler/app/Main.hs')
-rw-r--r-- | compiler/app/Main.hs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/compiler/app/Main.hs b/compiler/app/Main.hs index 319e984..43a8aeb 100644 --- a/compiler/app/Main.hs +++ b/compiler/app/Main.hs | |||
@@ -1,7 +1,7 @@ | |||
1 | -- ldgallery - A static generator which turns a collection of tagged | 1 | -- ldgallery - A static generator which turns a collection of tagged |
2 | -- pictures into a searchable web gallery. | 2 | -- pictures into a searchable web gallery. |
3 | -- | 3 | -- |
4 | -- Copyright (C) 2019 Pacien TRAN-GIRARD | 4 | -- Copyright (C) 2019-2020 Pacien TRAN-GIRARD |
5 | -- | 5 | -- |
6 | -- This program is free software: you can redistribute it and/or modify | 6 | -- This program is free software: you can redistribute it and/or modify |
7 | -- it under the terms of the GNU Affero General Public License as | 7 | -- it under the terms of the GNU Affero General Public License as |
@@ -38,6 +38,7 @@ data Options = Options | |||
38 | , withViewer :: Bool | 38 | , withViewer :: Bool |
39 | } deriving (Show, Data, Typeable) | 39 | } deriving (Show, Data, Typeable) |
40 | 40 | ||
41 | options :: Options | ||
41 | options = Options | 42 | options = Options |
42 | { inputDir = "./" | 43 | { inputDir = "./" |
43 | &= typDir | 44 | &= typDir |