aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorDavid Lazar <lazar6@illinois.edu>2013-03-28 14:53:10 -0700
committerDavid Lazar <lazar6@illinois.edu>2013-03-28 14:53:10 -0700
commit18459b95bab91b2a1d59e888045d555494d94bc8 (patch)
tree1974f9b339f37f9bdb90e309388ef5a436f7bcfe /pandoc.cabal
parentee0fc19bc54208c5d8828eab872e3bbe303c47bf (diff)
downloadpandoc-18459b95bab91b2a1d59e888045d555494d94bc8.tar.gz
Add reader for Haddock markup based on Haddock's own lexer/parser.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal6
1 files changed, 5 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 5f25d1d03..2492e62f8 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -223,6 +223,7 @@ Library
Build-Depends: base >= 4.2 && <5,
syb >= 0.1 && < 0.5,
containers >= 0.1 && < 0.6,
+ array >= 0.3 && < 0.5,
parsec >= 3.1 && < 3.2,
mtl >= 1.1 && < 2.2,
network >= 2 && < 2.5,
@@ -287,6 +288,7 @@ Library
Text.Pandoc.Readers.TeXMath,
Text.Pandoc.Readers.Textile,
Text.Pandoc.Readers.Native,
+ Text.Pandoc.Readers.Haddock,
Text.Pandoc.Writers.Native,
Text.Pandoc.Writers.Docbook,
Text.Pandoc.Writers.OPML,
@@ -313,7 +315,9 @@ Library
Text.Pandoc.XML,
Text.Pandoc.Biblio,
Text.Pandoc.SelfContained
- Other-Modules: Text.Pandoc.MIME,
+ Other-Modules: Text.Pandoc.Readers.Haddock.Lex,
+ Text.Pandoc.MIME,
+ Text.Pandoc.Readers.Haddock.Parse,
Text.Pandoc.Parsing,
Text.Pandoc.UUID,
Text.Pandoc.ImageSize,