diff options
author | John MacFarlane <jgm@berkeley.edu> | 2021-04-18 11:34:12 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2021-04-18 11:34:12 -0700 |
commit | b7a263218454b8f9e53330c4256a5c751111d41f (patch) | |
tree | 2b5bf9610a5c6fa19404c81e2c530767cb8d96f6 | |
parent | 4f858a6a490f6d66f2f929876dc75d9bdd13efa2 (diff) | |
download | pandoc-b7a263218454b8f9e53330c4256a5c751111d41f.tar.gz |
Use lastest unicode-collation.
-rw-r--r-- | pandoc.cabal | 2 | ||||
-rw-r--r-- | 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 |