From 09d39e0e98258bf74c019623d1b2a63661d57dde Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 23 Sep 2020 22:27:20 -0700 Subject: ALlow bytestring 0.11.x. --- pandoc.cabal | 4 ++-- 1 file 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, -- cgit v1.2.3