From aa9d06e1131bce3e3a40f71fc1314703dd102ac7 Mon Sep 17 00:00:00 2001 From: Bodigrim Date: Tue, 21 May 2024 23:01:37 +0100 Subject: [PATCH] Allow semirings-0.7 --- arithmoi.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arithmoi.cabal b/arithmoi.cabal index 3fab1552..05daa4ca 100644 --- a/arithmoi.cabal +++ b/arithmoi.cabal @@ -41,7 +41,7 @@ library mod <0.3, random >=1.0 && <1.3, transformers >=0.4 && <0.7, - semirings >=0.5.2 && <0.7, + semirings >=0.5.2 && <0.8, vector >=0.12 && <0.14 exposed-modules: Math.NumberTheory.ArithmeticFunctions