diff options
Diffstat (limited to 'compiler/src/Config.hs')
-rw-r--r-- | compiler/src/Config.hs | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/compiler/src/Config.hs b/compiler/src/Config.hs index 9bb2860..c6d77af 100644 --- a/compiler/src/Config.hs +++ b/compiler/src/Config.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 |
@@ -30,9 +30,8 @@ module Config | |||
30 | ) where | 30 | ) where |
31 | 31 | ||
32 | 32 | ||
33 | import Data.Text (Text) | ||
34 | import GHC.Generics (Generic) | 33 | import GHC.Generics (Generic) |
35 | import Data.Aeson (ToJSON, FromJSON, withObject, (.:?), (.!=)) | 34 | import Data.Aeson (FromJSON, withObject, (.:?), (.!=)) |
36 | import qualified Data.Aeson as JSON | 35 | import qualified Data.Aeson as JSON |
37 | 36 | ||
38 | import Files (FileName) | 37 | import Files (FileName) |