diff options
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 | ||