diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2013-02-05 19:07:59 -0800 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2013-02-05 19:07:59 -0800 |
commit | 01753ead71f6a08929f1535fcb497ff6d6015289 (patch) | |
tree | 5038bd271b9ff2c3379665ed90fdf64fbdadf39e | |
parent | 18a5c9a8bf071398f3976a7c2c255638e135de7c (diff) | |
download | pandoc-01753ead71f6a08929f1535fcb497ff6d6015289.tar.gz |
Hide module Text.Pandoc.Highlighting.
This is really an auxiliary module.
-rw-r--r-- | pandoc.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index 3253644c4..6c21aada3 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -272,7 +272,6 @@ Library Text.Pandoc.Options, Text.Pandoc.Pretty, Text.Pandoc.Shared, - Text.Pandoc.Highlighting, Text.Pandoc.Readers.HTML, Text.Pandoc.Readers.LaTeX, Text.Pandoc.Readers.Markdown, @@ -312,6 +311,7 @@ Library Text.Pandoc.ImageSize, Text.Pandoc.Slides, Text.Pandoc.Parsing, + Text.Pandoc.Highlighting, Paths_pandoc Buildable: True |