1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Description: Require skylighting 0.12.3.
Origin: upstream, https://github.com/jgm/pandoc/commit/2a70d9c
Author: John MacFarlane <jgm@berkeley.edu>
Forwarded: yes
Last-Update: 2022-08-13
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -505,8 +505,8 @@
random >= 1 && < 1.3,
safe >= 0.3.18 && < 0.4,
scientific >= 0.3 && < 0.4,
- skylighting >= 0.12.2 && < 0.13,
- skylighting-core >= 0.12.2 && < 0.13,
+ skylighting >= 0.12.3 && < 0.13,
+ skylighting-core >= 0.12.3 && < 0.13,
split >= 0.2 && < 0.3,
syb >= 0.1 && < 0.8,
tagsoup >= 0.14.6 && < 0.15,
|