aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorNikolay Yakimov <root@livid.pp.ru>2015-03-01 22:57:35 +0300
committerNikolay Yakimov <root@livid.pp.ru>2015-03-01 22:57:35 +0300
commit409111f647d3efa403ff1efff12eebc3173017b5 (patch)
tree29f050eb4cd0841b91d1540dcca90ff9041ec1b2 /pandoc.cabal
parent13daf3ed6a66698722fce7020bb64ee8700b5613 (diff)
downloadpandoc-409111f647d3efa403ff1efff12eebc3173017b5.tar.gz
Started moving StyleMap out of writer code
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal4
1 files changed, 3 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 16106f896..32bbfbd26 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -338,7 +338,9 @@ Library
Other-Modules: Text.Pandoc.Readers.Docx.Lists,
Text.Pandoc.Readers.Docx.Reducible,
Text.Pandoc.Readers.Docx.Parse,
- Text.Pandoc.Readers.Docx.Fonts
+ Text.Pandoc.Readers.Docx.Fonts,
+ Text.Pandoc.Readers.Docx.Util,
+ Text.Pandoc.Readers.Docx.StyleMap
Text.Pandoc.Writers.Shared,
Text.Pandoc.Asciify,
Text.Pandoc.MIME,