diff options
author | John MacFarlane <jgm@berkeley.edu> | 2020-09-23 22:27:20 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2020-09-23 22:27:20 -0700 |
commit | 09d39e0e98258bf74c019623d1b2a63661d57dde (patch) | |
tree | c8a00074c44f9cd627c8968672ce53c3941841ef | |
parent | 99f8923f20726edbfa303a356d0f7fe4bfeb58cd (diff) | |
download | pandoc-09d39e0e98258bf74c019623d1b2a63661d57dde.tar.gz |
ALlow bytestring 0.11.x.
-rw-r--r-- | pandoc.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index 619712160..4d9c08bbf 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -401,7 +401,7 @@ library binary >= 0.5 && < 0.11, blaze-html >= 0.9 && < 0.10, blaze-markup >= 0.8 && < 0.9, - bytestring >= 0.9 && < 0.11, + bytestring >= 0.9 && < 0.12, case-insensitive >= 1.2 && < 1.3, citeproc >= 0.0 && < 0.1, commonmark >= 0.1.0.2 && < 0.2, @@ -763,7 +763,7 @@ test-suite test-pandoc Glob >= 0.7 && < 0.11, QuickCheck >= 2.4 && < 2.15, base64-bytestring >= 0.1 && < 1.2, - bytestring >= 0.9 && < 0.11, + bytestring >= 0.9 && < 0.12, containers >= 0.4.2.1 && < 0.7, directory >= 1.2.3 && < 1.4, doctemplates >= 0.8.2 && < 0.9, |