aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-12-01 14:47:57 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2018-12-01 14:48:13 -0800
commit1a62e53c402203616797addc31d0a5368bb7c132 (patch)
tree1624b3982b5bee41a4b5474f243fac2f9d479d5c
parentc34a5f3c772c20d8e08b6ee47c17e58e348c41f0 (diff)
downloadpandoc-1a62e53c402203616797addc31d0a5368bb7c132.tar.gz
Require skylighting >= 0.7.5.
This adds support for sml, J, typescript.
-rw-r--r--pandoc.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 7a922584e..fa178f25d 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -376,7 +376,7 @@ library
tagsoup >= 0.14.6 && < 0.15,
base64-bytestring >= 0.1 && < 1.1,
zlib >= 0.5 && < 0.7,
- skylighting >= 0.7.4 && < 0.8,
+ skylighting >= 0.7.5 && < 0.8,
data-default >= 0.4 && < 0.8,
temporary >= 1.1 && < 1.4,
blaze-html >= 0.9 && < 0.10,