From ed021366a2650c37012cf067c8af4e5c9478961f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 19 Jan 2025 19:42:02 +0000 Subject: [PATCH] Update dependency bytestring to v0.12 New-Versions: bytestring==0.12.2.0 --- pureMD5.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pureMD5.cabal b/pureMD5.cabal index b62d699..1342e45 100644 --- a/pureMD5.cabal +++ b/pureMD5.cabal @@ -21,7 +21,7 @@ flag test Library Build-Depends: , base >=4.18 && <4.21 - , bytestring >=0.11 && <0.12 + , bytestring >=0.11 && <0.13 , binary >=0.8.9 && <0.9 , cereal >=0.5.8.3 && <0.6 , crypto-api >=0.13.3 && <0.14