summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJesse Rosenthal <jrosenthal@jhu.edu>2014-06-23 15:29:04 -0400
committerJesse Rosenthal <jrosenthal@jhu.edu>2014-06-23 17:08:17 -0400
commit8517a4f2e59dc2ecf20a96eedfa5b2cc47f0aeba (patch)
tree46727245a6f89940c5430cb027dc76bfb5dfcf3a /pandoc.cabal
parent11b0778744d0eeb61e2502e452d010631fab979b (diff)
Add Reducible to cabal file.
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 e35a76caf..634d249fe 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -327,6 +327,7 @@ Library
Text.Pandoc.SelfContained,
Text.Pandoc.Process
Other-Modules: Text.Pandoc.Readers.Docx.Lists,
+ Text.Pandoc.Readers.Docx.Reducible,
Text.Pandoc.Readers.Docx.Parse,
Text.Pandoc.Writers.Shared,
Text.Pandoc.Asciify,