From 2e5f8b7c4aeb4353468c2f3002cb023210ca10fa Mon Sep 17 00:00:00 2001 From: Andrew Martin Date: Tue, 16 Jan 2024 08:01:12 -0500 Subject: [PATCH] Require primitive >= 0.9 --- bytehash.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bytehash.cabal b/bytehash.cabal index 1c47968..947b467 100644 --- a/bytehash.cabal +++ b/bytehash.cabal @@ -30,7 +30,7 @@ library build-depends: , base >=4.17.1 && <5 , byte-order >=0.1.2 && <0.2 - , primitive >=0.7 && <0.10 + , primitive >=0.9 && <0.10 , primitive-unlifted >=2.1 , byteslice >=0.2.1 && <0.3 , entropy >=0.4.1.5 && <0.5