summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJesse Rosenthal <jrosenthal@jhu.edu>2014-06-14 10:02:52 -0400
committerJesse Rosenthal <jrosenthal@jhu.edu>2014-06-16 07:18:40 -0400
commit7f4668d87185929f75e5d3852c13ef2a5430b0d9 (patch)
tree8bf1443e89a6c38771f3530bb0fae8ee9447af08 /pandoc.cabal
parent293e4cfdc3028218089115acd6f091b9ea3aa7d6 (diff)
Add files to cabal.
Note there is a build warning for unused `makeImagesSelfContained` function, since there isn't yet a command-line-option to make use of it.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal3
1 files changed, 3 insertions, 0 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index be7d4977f..db76017b6 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -275,6 +275,7 @@ Library
Text.Pandoc.Readers.Textile,
Text.Pandoc.Readers.Native,
Text.Pandoc.Readers.Haddock,
+ Text.Pandoc.Readers.DocX,
Text.Pandoc.Writers.Native,
Text.Pandoc.Writers.Docbook,
Text.Pandoc.Writers.OPML,
@@ -305,6 +306,8 @@ Library
Text.Pandoc.Process
Other-Modules: Text.Pandoc.Readers.Haddock.Lex,
Text.Pandoc.Readers.Haddock.Parse,
+ Text.Pandoc.Readers.DocX.Lists,
+ Text.Pandoc.Readers.DocX.Parse,
Text.Pandoc.Writers.Shared,
Text.Pandoc.Asciify,
Text.Pandoc.MIME,