diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2016-12-12 14:49:21 +0100 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2017-01-25 17:07:42 +0100 |
| commit | f447e724cca3f21230dd7672031b3de41c6cdcfe (patch) | |
| tree | 69a2b40f428a25fcd3f7343b291dad4a16256329 | |
| parent | 994d43117231af8f9825d4df3dd3f2f6af74f8af (diff) | |
| download | pandoc-f447e724cca3f21230dd7672031b3de41c6cdcfe.tar.gz | |
Expose Text.Pandoc.MIME, unexpose Text.Pandoc.CSS
| -rw-r--r-- | pandoc.cabal | 4 |
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, |
