From 447ceb3f3bb571e30ff58021d10fd89cb30f02d7 Mon Sep 17 00:00:00 2001 From: Masahiro Sakai Date: Sat, 9 Nov 2024 10:32:50 +0900 Subject: [PATCH] relax upperbounds to allow deepseq-1.5.* and tasty-quickcheck-0.11 --- sign.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sign.cabal b/sign.cabal index f25886f..b3698e5 100644 --- a/sign.cabal +++ b/sign.cabal @@ -36,7 +36,7 @@ Library Build-Depends: base >=4 && <5, containers >=0.4.2, - deepseq >=1.3.0.0 && <1.5.0.0, + deepseq >=1.3.0.0 && <1.6.0.0, hashable >=1.1.2.5 && <1.5.0.0 if flag(lattices14) Build-Depends: @@ -65,7 +65,7 @@ Test-suite TestSign sign, tasty >=0.10.1, tasty-hunit >=0.9 && <0.11, - tasty-quickcheck >=0.8 && <0.11, + tasty-quickcheck >=0.8 && <0.12, tasty-th, -- NOTE: test-framework-quickcheck2 >=0.2.12.3 is necessary for QuickCheck >=2.5 -- test-framework-quickcheck2 >=0.2.12.3 && <0.4.0,