We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71b41bb commit c539b71Copy full SHA for c539b71
brotli-streams.cabal
@@ -2,7 +2,7 @@ cabal-version: 1.12
2
build-type: Simple
3
name: brotli-streams
4
version: 0.0.0.0
5
-x-revision: 9
+x-revision: 10
6
7
synopsis: IO-Streams interface for Brotli (RFC7932) compression
8
homepage: https://github.com/haskell-hvr/brotli-streams
@@ -68,7 +68,7 @@ test-suite lzma-streams-test
68
brotli-streams,
69
70
HUnit == 1.6.*,
71
- QuickCheck >= 2.14 && < 2.16,
+ QuickCheck >= 2.14 && < 3,
72
test-framework == 0.8.*,
73
test-framework-hunit == 0.3.*,
74
test-framework-quickcheck2 == 0.3.*
0 commit comments