From c5bb7b3950b081ef776eaea7913a41f71ec3e554 Mon Sep 17 00:00:00 2001 From: Andreas Abel Date: Thu, 14 Sep 2023 09:42:16 +0200 Subject: [PATCH] Allow tasty-1.5 --- HsYAML.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HsYAML.cabal b/HsYAML.cabal index 031a415..539848d 100644 --- a/HsYAML.cabal +++ b/HsYAML.cabal @@ -157,6 +157,6 @@ test-suite tests , containers , mtl -- non-inherited - , QuickCheck == 2.14.* - , tasty == 1.4.* + , QuickCheck == 2.14.* + , tasty >= 1.4 && < 1.6 , tasty-quickcheck == 0.10.*