diff options
author | John MacFarlane <jgm@berkeley.edu> | 2018-12-01 14:47:57 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2018-12-01 14:48:13 -0800 |
commit | 1a62e53c402203616797addc31d0a5368bb7c132 (patch) | |
tree | 1624b3982b5bee41a4b5474f243fac2f9d479d5c | |
parent | c34a5f3c772c20d8e08b6ee47c17e58e348c41f0 (diff) | |
download | pandoc-1a62e53c402203616797addc31d0a5368bb7c132.tar.gz |
Require skylighting >= 0.7.5.
This adds support for sml, J, typescript.
-rw-r--r-- | pandoc.cabal | 2 |
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, |