aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2020-07-31 08:56:40 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2020-07-31 08:56:59 -0700
commit57e29610ac3332807ac1ee897bc02b65236a7be3 (patch)
treef138edce0b2eaf06b4367953c1b038499efca5fa /pandoc.cabal
parent6b08a37bbdc854b2ae13ea539be583736a5a7c70 (diff)
downloadpandoc-57e29610ac3332807ac1ee897bc02b65236a7be3.tar.gz
Use skylighting 0.9.
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 9b076cde8..7d6807b38 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.8.5 && < 0.9,
- skylighting-core >= 0.8.5 && < 0.9,
+ skylighting >= 0.9 && < 0.10,
+ skylighting-core >= 0.9 && < 0.10,
data-default >= 0.4 && < 0.8,
temporary >= 1.1 && < 1.4,
blaze-html >= 0.9 && < 0.10,