aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-10-27 21:13:29 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2021-10-27 21:13:29 -0700
commita1e422097aa62889e6d3d16f3ac9e214a1dcd70c (patch)
tree452fd9c72f2b2047410e8f4b6ebbf9b6860da814 /pandoc.cabal
parent84e4222feda44a05a08ee54a72f9b3f4875ca25a (diff)
downloadpandoc-a1e422097aa62889e6d3d16f3ac9e214a1dcd70c.tar.gz
Require latest skylighting (0.12.1).
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 f442bc18c..f2a66b200 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -572,8 +572,8 @@ library
random >= 1 && < 1.3,
safe >= 0.3.18 && < 0.4,
scientific >= 0.3 && < 0.4,
- skylighting >= 0.12 && < 0.13,
- skylighting-core >= 0.12 && < 0.13,
+ skylighting >= 0.12.1 && < 0.13,
+ skylighting-core >= 0.12.1 && < 0.13,
split >= 0.2 && < 0.3,
syb >= 0.1 && < 0.8,
tagsoup >= 0.14.6 && < 0.15,