diff options
| author | John MacFarlane <[email protected]> | 2025-09-15 10:51:37 +0200 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2025-09-15 10:51:37 +0200 |
| commit | 0ce85b0cfa8e5d3155dddc77b1408b4d7d7890fa (patch) | |
| tree | ec9d41274287c2ce7dfe1252e6e6cdf18f4df950 | |
| parent | 1f3163a6388ca691c6a6e3abc945a8b4840a372e (diff) | |
Allow unicode-data 0.7.
| -rw-r--r-- | pandoc.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index bf169ce99..378d2ef1a 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -544,7 +544,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.7, + unicode-data >= 0.6 && < 0.8, unicode-transforms >= 0.3 && < 0.5, yaml >= 0.11 && < 0.12, libyaml >= 0.1.4 && < 0.2, |
