summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorAlbert Krewinkel <albert@zeitkraut.de>2018-01-10 22:26:12 +0100
committerAlbert Krewinkel <albert@zeitkraut.de>2018-01-13 00:05:11 +0100
commit5d49cbd35e815dd041e54da511bdd0eeafd400c0 (patch)
tree60cdbf4c9ccda1c54aa171c2c706f4e153809adb /pandoc.cabal
parentf130109b90d4f369a6d8d03c7a520e95db2e0d1f (diff)
Move filter functions to separate module
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 dedeaaeca..019a2f102 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -501,7 +501,11 @@ library
Text.Pandoc.ImageSize,
Text.Pandoc.BCP47,
Text.Pandoc.Class
- other-modules: Text.Pandoc.Readers.Docx.Lists,
+ other-modules: Text.Pandoc.Filter,
+ Text.Pandoc.Filter.Json,
+ Text.Pandoc.Filter.Lua,
+ Text.Pandoc.Filter.Path,
+ Text.Pandoc.Readers.Docx.Lists,
Text.Pandoc.Readers.Docx.Combine,
Text.Pandoc.Readers.Docx.Parse,
Text.Pandoc.Readers.Docx.Util,