aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorTuong Nguyen Manh <[email protected]>2025-08-24 13:11:26 +0200
committerJohn MacFarlane <[email protected]>2025-08-26 18:25:08 +0200
commit01f97ed55d7914a120b552c046a671c4623d7cd8 (patch)
tree857eae4d413ae4cdb74660bfbf77e356119934b3 /pandoc.cabal
parent1bee23683d10b2e0ed4a539fecf510f01ad4523e (diff)
Typst Writer: Check XID_Continue in identifiers
Add unicode-data dependency for isXIDContinue for this to match the rust implementation. Also apply hlint suggestions for redundant $, literal pattern and moving brackets to avoid $.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 610723036..c9e7d1ced 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -542,6 +542,7 @@ library
text-conversions >= 0.3 && < 0.4,
time >= 1.5 && < 1.15,
unicode-collation >= 0.1.1 && < 0.2,
+ unicode-data >= 0.6 && < 0.7,
unicode-transforms >= 0.3 && < 0.5,
yaml >= 0.11 && < 0.12,
libyaml >= 0.1.4 && < 0.2,