aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-06-20 19:25:43 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2021-06-20 19:25:43 -0700
commit0c4ed0045a2adb611f83054ad29d68f46b0611c5 (patch)
tree7efcdb11a9d41fbd4db3c20804023d1d577dc846 /pandoc.cabal
parent39d019ca73090cf645053ed1331dc6cd2eb9d1fd (diff)
downloadpandoc-0c4ed0045a2adb611f83054ad29d68f46b0611c5.tar.gz
Bump to 2.14.0.3, update changelog, require latest skylighting.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal6
1 files changed, 3 insertions, 3 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 8fa28d426..eb9633bd0 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -1,6 +1,6 @@
cabal-version: 2.2
name: pandoc
-version: 2.14.0.2
+version: 2.14.0.3
build-type: Simple
license: GPL-2.0-or-later
license-file: COPYING.md
@@ -484,8 +484,8 @@ library
random >= 1 && < 1.3,
safe >= 0.3.18 && < 0.4,
scientific >= 0.3 && < 0.4,
- skylighting >= 0.10.5.1 && < 0.10.6,
- skylighting-core >= 0.10.5.1 && < 0.10.6,
+ skylighting >= 0.10.5.2 && < 0.10.6,
+ skylighting-core >= 0.10.5.2 && < 0.10.6,
split >= 0.2 && < 0.3,
syb >= 0.1 && < 0.8,
tagsoup >= 0.14.6 && < 0.15,