tasty 1.1.0.3 → 1.1.0.4
raw patch · 3 files changed
+10/−2 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +5/−0
- README.md +3/−0
- tasty.cabal +2/−2
CHANGELOG.md view
@@ -1,6 +1,11 @@ Changes ======= +Version 1.1.0.4+---------------++Make tasty work with GHCJS+ Version 1.1.0.3 ---------------
README.md view
@@ -107,6 +107,9 @@ property-based testing (based on [Hedgehog](http://hackage.haskell.org/package/hedgehog)) * [tasty-hspec](http://hackage.haskell.org/package/tasty-hspec) — for [Hspec](http://hspec.github.io/) tests+* [tasty-leancheck](http://hackage.haskell.org/package/tasty-leancheck) — for+ enumerative property-based testing+ (based on [LeanCheck](http://hackage.haskell.org/package/leancheck)) * [tasty-program](http://hackage.haskell.org/package/tasty-program) — run external program and test whether it terminates successfully
tasty.cabal view
@@ -2,7 +2,7 @@ -- see http://haskell.org/cabal/users-guide/ name: tasty-version: 1.1.0.3+version: 1.1.0.4 synopsis: Modern and extensible testing framework description: Tasty is a modern testing framework for Haskell. It lets you combine your unit tests, golden@@ -77,7 +77,7 @@ -- for GHC.Generics build-depends: ghc-prim - if !os(windows)+ if !os(windows) && !impl(ghcjs) build-depends: unix, wcwidth cpp-options: -DUNIX