diff options
author | pacien | 2019-12-30 23:18:49 +0100 |
---|---|---|
committer | pacien | 2019-12-30 23:18:49 +0100 |
commit | d0962ef2dea7e8a0c25ca8fdbc55fcbafeeb2f79 (patch) | |
tree | 16c4909877b94fabb735e9ef1437b57628d878c5 /compiler/src/Input.hs | |
parent | 8a75458290002c765a0fa673912c162020de2bd1 (diff) | |
download | ldgallery-d0962ef2dea7e8a0c25ca8fdbc55fcbafeeb2f79.tar.gz |
compiler: refactor resource transformation pipeline
Diffstat (limited to 'compiler/src/Input.hs')
-rw-r--r-- | compiler/src/Input.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/src/Input.hs b/compiler/src/Input.hs index cb9fc60..2e11ebe 100644 --- a/compiler/src/Input.hs +++ b/compiler/src/Input.hs | |||
@@ -24,7 +24,7 @@ | |||
24 | 24 | ||
25 | module Input | 25 | module Input |
26 | ( decodeYamlFile | 26 | ( decodeYamlFile |
27 | , Sidecar, title, date, description, tags | 27 | , Sidecar(..) |
28 | , InputTree(..), readInputTree | 28 | , InputTree(..), readInputTree |
29 | ) where | 29 | ) where |
30 | 30 | ||