aboutsummaryrefslogtreecommitdiff
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
parent0892af33ae9526814b32af4522b995324ffdddc3 (diff)
downloadpandoc-928c120806279579100c7327e92fae21b51a94b4.tar.gz
Allow unicode-transforms 0.4.0.
-rw-r--r--pandoc.cabal2
-rw-r--r--stack.yaml2
2 files changed, 3 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,
diff --git a/stack.yaml b/stack.yaml
index a7ab8841f..bdaa0b3d1 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -34,6 +34,8 @@ extra-deps:
- aeson-pretty-0.8.9
- ipynb-0.1.0.2
- texmath-0.12.3.3
+- unicode-transforms-0.4.0
+- unicode-data-0.2.0
ghc-options:
"$locals": -fhide-source-paths -Wno-missing-home-modules
resolver: lts-18.10