aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-07-17 23:29:15 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2021-07-17 23:29:15 -0700
commitcfa52e582470f852ce0ab5a03463b0a43d15ff79 (patch)
treeba7ccd086668048182eca0ae51622940fa635195 /pandoc.cabal
parent31a5bccd57750f962d35235060b1f000afe957d4 (diff)
downloadpandoc-cfa52e582470f852ce0ab5a03463b0a43d15ff79.tar.gz
Use skylighting 0.11.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index e3cd7e54f..0abfddde8 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -485,8 +485,8 @@ library
random >= 1 && < 1.3,
safe >= 0.3.18 && < 0.4,
scientific >= 0.3 && < 0.4,
- skylighting >= 0.10.5.2 && < 0.10.6,
- skylighting-core >= 0.10.5.2 && < 0.10.6,
+ skylighting >= 0.11 && < 0.12,
+ skylighting-core >= 0.11 && < 0.12,
split >= 0.2 && < 0.3,
syb >= 0.1 && < 0.8,
tagsoup >= 0.14.6 && < 0.15,