aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-06-09 13:34:21 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2018-06-09 13:34:21 -0700
commitedcfbccf5dbef7d64b498376b457cc0e44fd275c (patch)
treee98bb4da25b0655b75f173ee42f966ef34a6d2e3 /pandoc.cabal
parent9b3d14b6eff7c7f46be9a26497091b4087c772e8 (diff)
downloadpandoc-edcfbccf5dbef7d64b498376b457cc0e44fd275c.tar.gz
Use skylighting 0.7.2. Adjust tests.
This should fix commercialhaskell/stackage#3719, once a new release is made.
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 564fd600a..db2ccb8ed 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -369,7 +369,7 @@ library
tagsoup >= 0.14.6 && < 0.15,
base64-bytestring >= 0.1 && < 1.1,
zlib >= 0.5 && < 0.7,
- skylighting >= 0.5.1 && < 0.8,
+ skylighting >= 0.7.2 && < 0.8,
data-default >= 0.4 && < 0.8,
temporary >= 1.1 && < 1.4,
blaze-html >= 0.9 && < 0.10,