aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-04-18 11:34:12 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2021-04-18 11:34:12 -0700
commitb7a263218454b8f9e53330c4256a5c751111d41f (patch)
tree2b5bf9610a5c6fa19404c81e2c530767cb8d96f6 /pandoc.cabal
parent4f858a6a490f6d66f2f929876dc75d9bdd13efa2 (diff)
downloadpandoc-b7a263218454b8f9e53330c4256a5c751111d41f.tar.gz
Use lastest unicode-collation.
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 8816767e9..744f3f095 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -493,7 +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,
+ unicode-collation >= 0.1.1 && < 0.2,
zip-archive >= 0.2.3.4 && < 0.5,
zlib >= 0.5 && < 0.7
if os(windows) && arch(i386)