aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
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,