Skip to content

Commit

Permalink
v0.0.0.1-r4: allow tasty-1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasabel committed Sep 12, 2023
1 parent e04988d commit 7e50310
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions brotli.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.*

Expand Down

0 comments on commit 7e50310

Please sign in to comment.