summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2016-12-12 14:49:21 +0100
committerJohn MacFarlane <jgm@berkeley.edu>2017-01-25 17:07:42 +0100
commitf447e724cca3f21230dd7672031b3de41c6cdcfe (patch)
tree69a2b40f428a25fcd3f7343b291dad4a16256329 /pandoc.cabal
parent994d43117231af8f9825d4df3dd3f2f6af74f8af (diff)
Expose Text.Pandoc.MIME, unexpose Text.Pandoc.CSS
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 4ee4ef689..2d67421a4 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -383,7 +383,7 @@ Library
Text.Pandoc.XML,
Text.Pandoc.SelfContained,
Text.Pandoc.Process,
- Text.Pandoc.CSS,
+ Text.Pandoc.MIME,
Text.Pandoc.Class
Other-Modules: Text.Pandoc.Readers.Docx.Lists,
Text.Pandoc.Readers.Docx.Combine,
@@ -411,7 +411,7 @@ Library
Text.Pandoc.Readers.Org.Shared,
Text.Pandoc.Writers.Shared,
Text.Pandoc.Asciify,
- Text.Pandoc.MIME,
+ Text.Pandoc.CSS,
Text.Pandoc.Emoji,
Text.Pandoc.Parsing,
Text.Pandoc.UUID,