Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions zlib.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ library
other-extensions: DeriveGeneric
if impl(ghc >= 7.6)
other-extensions: CApiFFI
build-depends: base >= 4 && < 4.15,
build-depends: base >= 4 && < 4.16,
bytestring >= 0.9 && < 0.12
if impl(ghc >= 7.0 && < 8.0.3)
build-depends: ghc-prim
Expand Down Expand Up @@ -112,7 +112,7 @@ test-suite tests
default-language: Haskell2010
build-depends: base, bytestring, zlib,
QuickCheck == 2.*,
tasty >= 0.8 && < 1.3,
tasty >= 0.8 && < 1.5,
tasty-quickcheck >= 0.8 && < 0.11,
tasty-hunit >= 0.8 && < 0.11
ghc-options: -Wall