From ee937e35dce60c911c7dcee8f5c66f103ed2db36 Mon Sep 17 00:00:00 2001 From: Bodigrim Date: Sun, 10 Sep 2023 11:15:35 +0100 Subject: [PATCH] Allow tasty-1.5 --- zlib.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zlib.cabal b/zlib.cabal index 92d89a4..06a9993 100644 --- a/zlib.cabal +++ b/zlib.cabal @@ -134,6 +134,6 @@ test-suite tests default-language: Haskell2010 build-depends: base, bytestring, zlib, QuickCheck == 2.*, - tasty >= 0.8 && < 1.5, + tasty >= 0.8 && < 1.6, tasty-quickcheck >= 0.8 && < 0.11 ghc-options: -Wall