tasty-dejafu 0.7.1.0 → 0.7.1.1
raw patch · 3 files changed
+20/−3 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.markdown +17/−0
- Test/Tasty/DejaFu.hs +1/−1
- tasty-dejafu.cabal +2/−2
CHANGELOG.markdown view
@@ -7,6 +7,23 @@ *de facto* standard Haskell versioning scheme. +0.7.1.1+-------++- **Date** 2017-11-30+- **Git tag** [tasty-dejafu-0.7.1.1][]+- **Hackage** https://hackage.haskell.org/package/tasty-dejafu-0.7.1.1++### Test.Tasty.DejaFu++- Fix a missing `@since` annotation.++[tasty-dejafu-0.7.1.1]: https://github.com/barrucadu/dejafu/releases/tag/tasty-dejafu-0.7.1.1+++---------------------------------------------------------------------------------------------------++ 0.7.1.0 -------
Test/Tasty/DejaFu.hs view
@@ -358,7 +358,7 @@ -- The maximum number of cases tried by @testPropertyFor n m@ will be -- @n * m@. ----- @since unreleased+-- @since 0.7.1.0 testPropertyFor :: (R.Testable p, R.Listable (R.X p), Eq (R.X p), Show (R.X p), Show (R.O p)) => Int -- ^ The number of seed values to try.
tasty-dejafu.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: tasty-dejafu-version: 0.7.1.0+version: 0.7.1.1 synopsis: Deja Fu support for the Tasty test framework. description:@@ -30,7 +30,7 @@ source-repository this type: git location: https://github.com/barrucadu/dejafu.git- tag: tasty-dejafu-0.7.1.0+ tag: tasty-dejafu-0.7.1.1 library exposed-modules: Test.Tasty.DejaFu