From b7a263218454b8f9e53330c4256a5c751111d41f Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 18 Apr 2021 11:34:12 -0700 Subject: Use lastest unicode-collation. --- pandoc.cabal | 2 +- stack.yaml | 2 +- 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 -- cgit v1.2.3