aboutsummaryrefslogtreecommitdiff
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
parent4f858a6a490f6d66f2f929876dc75d9bdd13efa2 (diff)
downloadpandoc-b7a263218454b8f9e53330c4256a5c751111d41f.tar.gz
Use lastest unicode-collation.
-rw-r--r--pandoc.cabal2
-rw-r--r--stack.yaml2
2 files changed, 2 insertions, 2 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)
diff --git a/stack.yaml b/stack.yaml
index 7bc33fa43..ac0c987ac 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -16,7 +16,7 @@ extra-deps:
- texmath-0.12.2
- random-1.2.0
- xml-conduit-1.9.1.1
-- unicode-collation-0.1
+- unicode-collation-0.1.1
# - citeproc-0.3.0.9
- git: https://github.com/jgm/citeproc
commit: f9439e07e9271c7c2674a51efcad2fb8c663b2c8