From 8216411747212311c84569e47c94a26ccab96bcb Mon Sep 17 00:00:00 2001 From: Mark Karpov Date: Thu, 26 Oct 2023 11:10:35 +0200 Subject: [PATCH] Allow bytestring-0.12 --- req.cabal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/req.cabal b/req.cabal index 92042d4..21c7f30 100644 --- a/req.cabal +++ b/req.cabal @@ -37,7 +37,7 @@ library authenticate-oauth >=1.5 && <1.8, base >=4.15 && <5, blaze-builder >=0.3 && <0.5, - bytestring >=0.10.8 && <0.12, + bytestring >=0.10.8 && <0.13, case-insensitive >=0.2 && <1.3, containers >=0.5 && <0.7, crypton-connection >=0.2.2 && <0.4, @@ -74,7 +74,7 @@ test-suite pure-tests aeson >=0.9 && <3, base >=4.15 && <5.0, blaze-builder >=0.3 && <0.5, - bytestring >=0.10.8 && <0.12, + bytestring >=0.10.8 && <0.13, case-insensitive >=0.2 && <1.3, hspec >=2.0 && <3, hspec-core >=2.0 && <3, @@ -107,7 +107,7 @@ test-suite httpbun-tests QuickCheck >=2.7 && <3, aeson >=2 && <3, base >=4.15 && <5, - bytestring >=0.10.8 && <0.12, + bytestring >=0.10.8 && <0.13, hspec >=2.0 && <3.0, http-client >=0.7 && <0.8, http-types >=0.8 && <10,