summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorAlbert Krewinkel <albert@zeitkraut.de>2016-08-29 14:10:51 +0200
committerAlbert Krewinkel <albert@zeitkraut.de>2016-08-29 14:10:51 +0200
commitbed5f700ceb91365018a4de6afea8a7c331688ae (patch)
treed55e071ff7e0916cce216f00b8c4225dae6897d2 /pandoc.cabal
parent500de5e979650807bf4b2e9be4538bbd364b5241 (diff)
Org reader: extract meta parsing code to module
Parsing of meta-data is well separable from other block parsing tasks. Moving into new module to get small files and clearly arranged code.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 1db7ded0b..afe41fb9b 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -401,6 +401,7 @@ Library
Text.Pandoc.Readers.Org.Blocks,
Text.Pandoc.Readers.Org.ExportSettings,
Text.Pandoc.Readers.Org.Inlines,
+ Text.Pandoc.Readers.Org.Meta,
Text.Pandoc.Readers.Org.ParserState,
Text.Pandoc.Readers.Org.Parsing,
Text.Pandoc.Readers.Org.Shared,