aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2013-03-05 22:09:42 -0800
committerJohn MacFarlane <fiddlosopher@gmail.com>2013-03-05 22:09:42 -0800
commit3b63cb0903baf4bc551d2b63d884c0fa556f11a0 (patch)
tree164d82179d62ffd891f1c4d6badb4345b9473be1 /pandoc.cabal
parentfd657986cc130053da93caf3f61c2f234706c549 (diff)
downloadpandoc-3b63cb0903baf4bc551d2b63d884c0fa556f11a0.tar.gz
Hide Text.Pandoc.Highlighting.
* Moved code for translating listings language names to highlighting-kate names and back from LaTeX reader to Highlighting. * Text.Pandoc.Highlighting no longer exposed (API change) * Text.Pandoc.Highlighting exports toListingsLang, fromListingsLang
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal3
1 files changed, 2 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 621bb3b00..6494db741 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.UUID,
Text.Pandoc.ImageSize,
Text.Pandoc.Slides,
+ Text.Pandoc.Highlighting,
Paths_pandoc
Buildable: True
@@ -375,6 +375,7 @@ Test-Suite test-pandoc
directory >= 1 && < 1.3,
filepath >= 1.1 && < 1.4,
process >= 1 && < 1.2,
+ highlighting-kate >= 0.5.3.7 && < 0.6,
Diff >= 0.2 && < 0.4,
test-framework >= 0.3 && < 0.9,
test-framework-hunit >= 0.2 && < 0.4,