aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorAlbert Krewinkel <albert@zeitkraut.de>2016-05-22 16:52:06 +0200
committerAlbert Krewinkel <albert@zeitkraut.de>2016-05-25 22:54:45 +0200
commit39e8b4276e6d88d5cbb943d04c866dde9bf6473c (patch)
treef20d8b1e508c39524fe7084c50172861df4afad4 /pandoc.cabal
parenta340c7249f8e19d36ee4a68663b4c97e0893292b (diff)
downloadpandoc-39e8b4276e6d88d5cbb943d04c866dde9bf6473c.tar.gz
Org reader: extract inline parser to module
Inline parsing code is moved to a separate module. Parsers for block starts are extracted as well, as those are used in the `endline` parser. This is part of the Org-mode reader cleanup effort.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal2
1 files changed, 2 insertions, 0 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 61b5043ba..7286bd890 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -393,6 +393,8 @@ Library
Text.Pandoc.Readers.Odt.Generic.XMLConverter,
Text.Pandoc.Readers.Odt.Arrows.State,
Text.Pandoc.Readers.Odt.Arrows.Utils,
+ Text.Pandoc.Readers.Org.BlockStarts,
+ Text.Pandoc.Readers.Org.Inlines,
Text.Pandoc.Readers.Org.ParserState,
Text.Pandoc.Readers.Org.Parsing,
Text.Pandoc.Writers.Shared,