Skip to content

Commit 07793d3

Browse files
authored
Merge pull request #39 from facundominguez/relax-base-bounds
Relax base bounds for ghc-9.0.1
2 parents 704fd07 + d8da23f commit 07793d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

zlib.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ library
7676
other-extensions: DeriveGeneric
7777
if impl(ghc >= 7.6)
7878
other-extensions: CApiFFI
79-
build-depends: base >= 4 && < 4.15,
79+
build-depends: base >= 4 && < 4.16,
8080
bytestring >= 0.9 && < 0.12
8181
if impl(ghc >= 7.0 && < 8.0.3)
8282
build-depends: ghc-prim
@@ -112,7 +112,7 @@ test-suite tests
112112
default-language: Haskell2010
113113
build-depends: base, bytestring, zlib,
114114
QuickCheck == 2.*,
115-
tasty >= 0.8 && < 1.3,
115+
tasty >= 0.8 && < 1.5,
116116
tasty-quickcheck >= 0.8 && < 0.11,
117117
tasty-hunit >= 0.8 && < 0.11
118118
ghc-options: -Wall

0 commit comments

Comments
 (0)