Skip to content

Commit b53e777

Browse files
committed
Merge pull request #3 from phadej/tasty-hunit-0.9
Support tasty-hunit-0.9
2 parents 85f2d95 + 08fa331 commit b53e777

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

test/Test.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ import Test.Codec.Compression.Zlib.Internal ()
1111
import Test.Codec.Compression.Zlib.Stream ()
1212

1313
import Test.QuickCheck
14-
import Test.HUnit
1514
import Test.Tasty
1615
import Test.Tasty.QuickCheck
1716
import Test.Tasty.HUnit

zlib.cabal

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,7 @@ test-suite tests
8080
default-language: Haskell2010
8181
build-depends: base, bytestring, zlib,
8282
QuickCheck == 2.*,
83-
HUnit == 1.2.*,
84-
tasty >= 0.8 && < 0.11,
83+
tasty >= 0.8 && < 0.12,
8584
tasty-quickcheck == 0.8.*,
86-
tasty-hunit == 0.8.*
85+
tasty-hunit >= 0.8 && < 0.10
8786
ghc-options: -Wall

0 commit comments

Comments
 (0)