From ec2c243123c55a93b04025f7a2a6f584eef2ede6 Mon Sep 17 00:00:00 2001 From: Daniel Casanueva Date: Mon, 24 Jun 2024 11:18:05 +0200 Subject: [PATCH] Bump bytestring upper bound --- bytehash.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bytehash.cabal b/bytehash.cabal index 9395d72..063fa78 100644 --- a/bytehash.cabal +++ b/bytehash.cabal @@ -37,7 +37,7 @@ library build-depends: , base >=4.17.1 && <5 , byteslice >=0.2.1 && <0.3 - , bytestring >=0.10.8 && <0.12 + , bytestring >=0.10.8 && <0.13 , containers >=0.6 , entropy >=0.4.1.5 && <0.5 , primitive >=0.9 && <0.10