aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2025-10-18 23:18:37 +0200
committerJohn MacFarlane <[email protected]>2025-10-18 23:18:56 +0200
commit77d0bf6df3b184b5f614956b87d551f3dc30db98 (patch)
tree897d07e10922b3e3f3d228070d8791fdfc8e4c9d
parent13a5b1a4df90813cb0e622fd7816ec633f2af9a6 (diff)
Allow unicode-data 0.8.
-rw-r--r--pandoc.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index d4499e158..2e2c4e065 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -549,7 +549,7 @@ library
text-conversions >= 0.3 && < 0.4,
time >= 1.5 && < 1.16,
unicode-collation >= 0.1.1 && < 0.2,
- unicode-data >= 0.6 && < 0.8,
+ unicode-data >= 0.6 && < 0.9,
unicode-transforms >= 0.3 && < 0.5,
yaml >= 0.11 && < 0.12,
libyaml >= 0.1.4 && < 0.2,