aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-12-02 09:00:33 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2021-12-02 09:00:33 -0800
commit928c120806279579100c7327e92fae21b51a94b4 (patch)
tree4c35dcc42ed85d7c8c66a856aa69453b08e27551 /pandoc.cabal
parent0892af33ae9526814b32af4522b995324ffdddc3 (diff)
downloadpandoc-928c120806279579100c7327e92fae21b51a94b4.tar.gz
Allow unicode-transforms 0.4.0.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 915998c44..0e064957b 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -501,7 +501,7 @@ library
text-conversions >= 0.3 && < 0.4,
time >= 1.5 && < 1.14,
unicode-collation >= 0.1.1 && < 0.2,
- unicode-transforms >= 0.3 && < 0.4,
+ unicode-transforms >= 0.3 && < 0.5,
xml >= 1.3.12 && < 1.4,
xml-conduit >= 1.9.1.1 && < 1.10,
yaml >= 0.11 && < 0.12,