Skip to content

Commit

Permalink
v0.0.0.0-r9: allow QuickCheck-2.15
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasabel committed Apr 23, 2024
1 parent 7c61ac0 commit 962e8c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions brotli-streams.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-streams
version: 0.0.0.0
x-revision: 8
x-revision: 9

synopsis: IO-Streams interface for Brotli (RFC7932) compression
homepage: https://github.com/haskell-hvr/brotli-streams
Expand Down Expand Up @@ -72,7 +72,7 @@ test-suite lzma-streams-test
brotli-streams,

HUnit == 1.6.*,
QuickCheck == 2.14.*,
QuickCheck >= 2.14 && < 2.16,
test-framework == 0.8.*,
test-framework-hunit == 0.3.*,
test-framework-quickcheck2 == 0.3.*
Expand Down

0 comments on commit 962e8c7

Please sign in to comment.