From 7e50310cf783d702185585bf477dc6fbb92d857c Mon Sep 17 00:00:00 2001 From: Andreas Abel Date: Tue, 12 Sep 2023 15:09:00 +0200 Subject: [PATCH] v0.0.0.1-r4: allow tasty-1.5 --- brotli.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/brotli.cabal b/brotli.cabal index 30e9232..449071c 100644 --- a/brotli.cabal +++ b/brotli.cabal @@ -2,7 +2,7 @@ cabal-version: 1.12 build-type: Simple name: brotli version: 0.0.0.1 -x-revision: 3 +x-revision: 4 synopsis: Brotli (RFC7932) compression and decompression homepage: https://github.com/haskell-hvr/brotli @@ -87,7 +87,7 @@ test-suite brotli-tests -- additional dependencies that require version bounds build-depends: HUnit == 1.6.* , QuickCheck == 2.14.* - , tasty >= 1.2 && < 1.5 + , tasty >= 1.2 && < 1.6 , tasty-hunit == 0.10.* , tasty-quickcheck == 0.10.*