aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-09-30 10:25:17 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2018-09-30 10:25:17 -0700
commitaebe5fe99eecd132f29dedafe12fa8155f30045b (patch)
treeeb385507d447f97f7da2a8183fdea1f584340c9a /pandoc.cabal
parent966bd94ba268216f9d1492287638fd0b725dd503 (diff)
downloadpandoc-aebe5fe99eecd132f29dedafe12fa8155f30045b.tar.gz
LaTeX reader: simplified accent code using unicode-transforms.
New dependency on unicode-transforms package for normalization.
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 75c34f039..9ebd86f6e 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -388,6 +388,7 @@ library
http-client-tls >= 0.2.4 && < 0.4,
http-types >= 0.8 && < 0.13,
case-insensitive >= 1.2 && < 1.3,
+ unicode-transforms >= 0.3 && < 0.4,
HsYAML >= 0.1.1.1 && < 0.2
if impl(ghc < 8.0)
build-depends: semigroups == 0.18.*,