From e447c5e547988286b8f261288067bb22dcfe0bf2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20L=C3=A4ndle?= Date: Wed, 31 Jan 2024 06:09:29 +0100 Subject: [PATCH] Slightly update bound for `bytestring` (#32) To allow not only bytestring-0.12.0.0, but also bytestring-0.12.0.2. --- bytesmith.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bytesmith.cabal b/bytesmith.cabal index e3ec471..1736ede 100644 --- a/bytesmith.cabal +++ b/bytesmith.cabal @@ -35,7 +35,7 @@ library build-depends: , base >=4.12 && <5 , byteslice >=0.2.6 && <0.3 - , bytestring >=0.10.8 && <=0.12 + , bytestring >=0.10.8 && <0.13 , contiguous >= 0.6 && < 0.7 , natural-arithmetic >=0.1.3 , primitive >=0.7 && <0.10