aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-04-11 21:28:19 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2021-04-17 16:15:13 -0700
commit7ba8c0d2a5e2b89ae1547759510b2ee21de88cb1 (patch)
tree74aeb0241d8a8b7716afe5154fc157eab024c566 /pandoc.cabal
parentff5a5048091b765ed15750ccb5ea30f9459ba33a (diff)
downloadpandoc-7ba8c0d2a5e2b89ae1547759510b2ee21de88cb1.tar.gz
Move getLang from BCP47 -> T.P.Writers.Shared.
[API change]
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 c8ef3cfb9..b6cbb0d7a 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -493,6 +493,7 @@ library
unordered-containers >= 0.2 && < 0.3,
xml >= 1.3.12 && < 1.4,
xml-conduit >= 1.9.1.1 && < 1.10,
+ unicode-collation >= 0.1 && < 0.2,
zip-archive >= 0.2.3.4 && < 0.5,
zlib >= 0.5 && < 0.7
if os(windows) && arch(i386)