aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2019-09-30 22:20:28 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2019-09-30 22:48:10 -0700
commit4212c0929699a9039c2d0827677597448ac9c134 (patch)
treee6718e093d6a371ce7349852ee7e3ab25d371e35 /pandoc.cabal
parent3727d6ec31e121b6136c82554365704f1427b9f9 (diff)
downloadpandoc-4212c0929699a9039c2d0827677597448ac9c134.tar.gz
Use skylighting >= 0.8.2.2.
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 6246fa8dc..394721043 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -396,8 +396,8 @@ library
tagsoup >= 0.14.6 && < 0.15,
base64-bytestring >= 0.1 && < 1.1,
zlib >= 0.5 && < 0.7,
- skylighting >= 0.8.2.1 && < 0.9,
- skylighting-core >= 0.8.2.1 && < 0.9,
+ skylighting >= 0.8.2.2 && < 0.9,
+ skylighting-core >= 0.8.2.2 && < 0.9,
data-default >= 0.4 && < 0.8,
temporary >= 1.1 && < 1.4,
blaze-html >= 0.9 && < 0.10,