summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorAlbert Krewinkel <albert@zeitkraut.de>2016-07-02 10:04:47 +0200
committerAlbert Krewinkel <albert@zeitkraut.de>2016-07-02 13:14:09 +0200
commitc1f6bd2640ba028af61ec51f744842350a53246b (patch)
tree39c98abb18d3505476310a801d60d9273f8c1bae /pandoc.cabal
parentc4cf6d237f1017d36eeafad162570754506a6093 (diff)
Org reader: put export setting parser into module
Export option parsing is distinct enough from general block parsing to justify putting it into a separate module.
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 54f452514..3976eddca 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -399,6 +399,7 @@ Library
Text.Pandoc.Readers.Odt.Arrows.Utils,
Text.Pandoc.Readers.Org.BlockStarts,
Text.Pandoc.Readers.Org.Blocks,
+ Text.Pandoc.Readers.Org.ExportSettings,
Text.Pandoc.Readers.Org.Inlines,
Text.Pandoc.Readers.Org.ParserState,
Text.Pandoc.Readers.Org.Parsing,