aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2020-08-30 22:54:36 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2020-08-30 22:54:36 -0700
commit613828e497ae6f39e6080af67846af8d89136208 (patch)
tree6fa3141c89184056216bf089bea3ece96bf0295a /pandoc.cabal
parent6cae8208e7dac5e83c232f89207579ce55b096b8 (diff)
downloadpandoc-613828e497ae6f39e6080af67846af8d89136208.tar.gz
Use skylighting 0.10.
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 0ffe9d64f..047590d18 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -406,8 +406,8 @@ library
tagsoup >= 0.14.6 && < 0.15,
base64-bytestring >= 0.1 && < 1.2,
zlib >= 0.5 && < 0.7,
- skylighting >= 0.9 && < 0.10,
- skylighting-core >= 0.9 && < 0.10,
+ skylighting >= 0.10 && < 0.11,
+ skylighting-core >= 0.10 && < 0.11,
data-default >= 0.4 && < 0.8,
temporary >= 1.1 && < 1.4,
blaze-html >= 0.9 && < 0.10,