summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2023-07-20 22:14:28 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2023-07-20 22:14:28 -0700
commit0c98f427252c38c01bc173e0a63a03907b009bc0 (patch)
tree1974e0d2f91352649c57e6976a2f3c7823db7db4 /pandoc.cabal
parenteddedbfc14916aa06fc01ff04b38aeb30ae2e625 (diff)
Use released skylighting, typst.
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 76401d957..b6c5e07cc 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -507,8 +507,8 @@ library
random >= 1 && < 1.3,
safe >= 0.3.18 && < 0.4,
scientific >= 0.3 && < 0.4,
- skylighting >= 0.13.4 && < 0.14,
- skylighting-core >= 0.13.4 && < 0.14,
+ skylighting >= 0.13.4.1 && < 0.14,
+ skylighting-core >= 0.13.4.1 && < 0.14,
split >= 0.2 && < 0.3,
syb >= 0.1 && < 0.8,
tagsoup >= 0.14.6 && < 0.15,
@@ -523,7 +523,7 @@ library
zip-archive >= 0.4.3 && < 0.5,
zlib >= 0.5 && < 0.7,
xml >= 1.3.12 && < 1.4,
- typst >= 0.3 && < 0.4,
+ typst >= 0.3.1 && < 0.4,
vector >= 0.12 && < 0.14
if !os(windows)