packages feed

hunit-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 view
@@ -7,6 +7,23 @@ *de facto* standard Haskell versioning scheme.  +0.7.1.1+-------++- **Date**    2017-11-30+- **Git tag** [hunit-dejafu-0.7.1.1][]+- **Hackage** https://hackage.haskell.org/package/hunit-dejafu-0.7.1.1++### Test.HUnit.DejaFu++- Fix a missing `@since` annotation.++[hunit-dejafu-0.7.1.1]: https://github.com/barrucadu/dejafu/releases/tag/hunit-dejafu-0.7.1.1+++---------------------------------------------------------------------------------------------------++ 0.7.1.0 ------- 
Test/HUnit/DejaFu.hs view
@@ -334,7 +334,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.
hunit-dejafu.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/  name:                hunit-dejafu-version:             0.7.1.0+version:             0.7.1.1 synopsis:            Deja Fu support for the HUnit test framework.  description:@@ -30,7 +30,7 @@ source-repository this   type:     git   location: https://github.com/barrucadu/dejafu.git-  tag:      hunit-dejafu-0.7.1.0+  tag:      hunit-dejafu-0.7.1.1  library   exposed-modules:     Test.HUnit.DejaFu