From 7a0729ea093cbf78188f9ef4e5b7c0f9a6b82c9b Mon Sep 17 00:00:00 2001 From: Albert Krewinkel Date: Wed, 11 May 2016 12:26:54 +0200 Subject: Org reader: move parser state into separate module The org reader code has become large and confusing. Extracting smaller parts into submodules should help to clean things up. --- pandoc.cabal | 1 + 1 file changed, 1 insertion(+) (limited to 'pandoc.cabal') diff --git a/pandoc.cabal b/pandoc.cabal index e8252293b..d38754dcd 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -393,6 +393,7 @@ Library Text.Pandoc.Readers.Odt.Generic.XMLConverter, Text.Pandoc.Readers.Odt.Arrows.State, Text.Pandoc.Readers.Odt.Arrows.Utils, + Text.Pandoc.Readers.Org.ParserState, Text.Pandoc.Writers.Shared, Text.Pandoc.Asciify, Text.Pandoc.MIME, -- cgit v1.2.3