We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 704fd07 + d8da23f commit 07793d3Copy full SHA for 07793d3
zlib.cabal
@@ -76,7 +76,7 @@ library
76
other-extensions: DeriveGeneric
77
if impl(ghc >= 7.6)
78
other-extensions: CApiFFI
79
- build-depends: base >= 4 && < 4.15,
+ build-depends: base >= 4 && < 4.16,
80
bytestring >= 0.9 && < 0.12
81
if impl(ghc >= 7.0 && < 8.0.3)
82
build-depends: ghc-prim
@@ -112,7 +112,7 @@ test-suite tests
112
default-language: Haskell2010
113
build-depends: base, bytestring, zlib,
114
QuickCheck == 2.*,
115
- tasty >= 0.8 && < 1.3,
+ tasty >= 0.8 && < 1.5,
116
tasty-quickcheck >= 0.8 && < 0.11,
117
tasty-hunit >= 0.8 && < 0.11
118
ghc-options: -Wall
0 commit comments