aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2012-04-20 10:30:34 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2012-04-20 10:30:34 -0700
commitb6d530d8764642dc2f0c0373a6569bd0c0270dc1 (patch)
tree9f0ee8b4d74bd708bed7cf3614268c35b7f20639 /pandoc.cabal
parent5a244bb7b330de981cd1a59330b8e34e159a64e8 (diff)
parent2f559597d54d9e37885333201434d586ff11bc2e (diff)
downloadpandoc-b6d530d8764642dc2f0c0373a6569bd0c0270dc1.tar.gz
Merge pull request #491 from mb21/patch-1
Added link, code and info elements to 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 59809964c..160f864ad 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,