summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-01-18 09:26:47 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2018-01-18 09:27:00 -0800
commite04d648594783ecf4a70dee93d7fc3bbf5b01e19 (patch)
treea9d69272a87026114ea8ab44baae484f6737c513 /pandoc.cabal
parentaaf2dbf897147fc48f7c65851be9962e4ca8dc4a (diff)
Require latest skylighting.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 17059d0fe..9d84fae1e 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -366,7 +366,7 @@ library
tagsoup >= 0.14.2 && < 0.15,
base64-bytestring >= 0.1 && < 1.1,
zlib >= 0.5 && < 0.7,
- skylighting >= 0.5.1 && < 0.6,
+ skylighting >= 0.6 && < 0.7,
data-default >= 0.4 && < 0.8,
temporary >= 1.1 && < 1.3,
blaze-html >= 0.5 && < 0.10,