summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2013-02-05 19:07:59 -0800
committerJohn MacFarlane <fiddlosopher@gmail.com>2013-02-05 19:07:59 -0800
commit01753ead71f6a08929f1535fcb497ff6d6015289 (patch)
tree5038bd271b9ff2c3379665ed90fdf64fbdadf39e /pandoc.cabal
parent18a5c9a8bf071398f3976a7c2c255638e135de7c (diff)
Hide module Text.Pandoc.Highlighting.
This is really an auxiliary module.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal2
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