Skip to content

Commit d8da23f

Browse files
Relax upper bound for tasty to <1.5
1 parent 7e9c394 commit d8da23f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zlib.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)