summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2012-05-12 19:29:39 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2012-05-12 19:29:39 -0700
commitd0d101d8407790c9dc64ed5421208b914c45ad6d (patch)
treef513ab0c959dde93ffab27677b58a207ce7e473c
parenta5f71e5fad45e2daaae8e8dcf509a937bdb8ed73 (diff)
Export readDocBook in Text.Pandoc.
-rw-r--r--src/Text/Pandoc.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Text/Pandoc.hs b/src/Text/Pandoc.hs
index 417362f02..ce54a61c0 100644
--- a/src/Text/Pandoc.hs
+++ b/src/Text/Pandoc.hs
@@ -69,6 +69,7 @@ module Text.Pandoc
, readLaTeX
, readHtml
, readTextile
+ , readDocBook
, readNative
-- * Parser state used in readers
, ParserState (..)