packages feed

hunit-dejafu 2.0.0.5 → 2.0.0.6

raw patch · 3 files changed

+16/−4 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

CHANGELOG.rst view
@@ -7,6 +7,19 @@ .. _PVP: https://pvp.haskell.org/  +2.0.0.6 (2022-08-30)+--------------------++* Git: :tag:`hunit-dejafu-2.0.0.6`+* Hackage: :hackage:`hunit-dejafu-2.0.0.6`++Fixed+~~~~~++* Remove inaccurate comment about ```Test.HUnit.DejaFu.testDejafus``+  sharing work.++ 2.0.0.5 (2021-08-15) -------------------- 
Test/HUnit/DejaFu.hs view
@@ -196,8 +196,7 @@ testDejafuWithSettings settings name p = testDejafusWithSettings settings [(name, p)]  -- | Variant of 'testDejafu' which takes a collection of predicates to--- test. This will share work between the predicates, rather than--- running the concurrent computation many times for each predicate.+-- test. -- -- @since 2.0.0.0 testDejafus :: Show b
hunit-dejafu.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/  name:                hunit-dejafu-version:             2.0.0.5+version:             2.0.0.6 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-2.0.0.5+  tag:      hunit-dejafu-2.0.0.6  library   exposed-modules:     Test.HUnit.DejaFu