summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2012-04-14 16:44:21 -0700
committerJohn MacFarlane <fiddlosopher@gmail.com>2012-04-14 16:44:21 -0700
commitd339b29967878f64d5fe45d03d214476e9d88f7e (patch)
tree94f18785f2fbdc606e5d732d505dff6f5f8ba085 /pandoc.cabal
parente37c4526b2ae9d52a2f43d83c00f6f720637ce5c (diff)
Added skeleton of basic docbook reader.
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 444e737ae..9679c99ff 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -246,6 +246,7 @@ Library
Text.Pandoc.Readers.LaTeX,
Text.Pandoc.Readers.Markdown,
Text.Pandoc.Readers.RST,
+ Text.Pandoc.Readers.DocBook,
Text.Pandoc.Readers.TeXMath,
Text.Pandoc.Readers.Textile,
Text.Pandoc.Readers.Native,