Skip to content

Commit ee937e3

Browse files
committed
Allow tasty-1.5
1 parent 7e0f7ce commit ee937e3

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
@@ -134,6 +134,6 @@ test-suite tests
134134
default-language: Haskell2010
135135
build-depends: base, bytestring, zlib,
136136
QuickCheck == 2.*,
137-
tasty >= 0.8 && < 1.5,
137+
tasty >= 0.8 && < 1.6,
138138
tasty-quickcheck >= 0.8 && < 0.11
139139
ghc-options: -Wall

0 commit comments

Comments
 (0)