aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-10-08 22:48:13 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2018-10-08 22:48:13 -0700
commit2e9a8d207b63d700a1cd7cd9438e244f64c7b17c (patch)
tree11a2fd7797ddee548c65607cc8623d1f7acf1188 /pandoc.cabal
parent6d87af888296fefc940ef121732a212d1e71d67d (diff)
downloadpandoc-2e9a8d207b63d700a1cd7cd9438e244f64c7b17c.tar.gz
Require skylighting 0.7.4.
Closes #4920.
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 1b408be0a..bb546926a 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -366,7 +366,7 @@ library
tagsoup >= 0.14.6 && < 0.15,
base64-bytestring >= 0.1 && < 1.1,
zlib >= 0.5 && < 0.7,
- skylighting >= 0.7.2 && < 0.8,
+ skylighting >= 0.7.4 && < 0.8,
data-default >= 0.4 && < 0.8,
temporary >= 1.1 && < 1.4,
blaze-html >= 0.9 && < 0.10,