From a42851807b29ab3197e7cce5cdbae9619793bae1 Mon Sep 17 00:00:00 2001 From: Michael Walker Date: Wed, 24 Jun 2020 17:28:28 +0100 Subject: [PATCH] tasty-dejafu-2.0.0.5 --- README.markdown | 2 +- doc/getting_started.rst | 2 +- tasty-dejafu/CHANGELOG.rst | 11 +++++++++++ tasty-dejafu/tasty-dejafu.cabal | 4 ++-- 4 files changed, 15 insertions(+), 4 deletions(-) diff --git a/README.markdown b/README.markdown index 3597751..3f2ee3d 100644 --- a/README.markdown +++ b/README.markdown @@ -48,7 +48,7 @@ There are a few different packages under the Déjà Fu umbrella: | [concurrency][h:conc] | 1.11.0.0 | Typeclasses, functions, and data types for concurrency and STM. | | [dejafu][h:dejafu] | 2.3.0.1 | Systematic testing for Haskell concurrency. | | [hunit-dejafu][h:hunit] | 2.0.0.3 | Deja Fu support for the HUnit test framework. | -| [tasty-dejafu][h:tasty] | 2.0.0.4 | Deja Fu support for the Tasty test framework. | +| [tasty-dejafu][h:tasty] | 2.0.0.5 | Deja Fu support for the Tasty test framework. | Each package has its own README and CHANGELOG in its subdirectory. diff --git a/doc/getting_started.rst b/doc/getting_started.rst index 41eac6e..cf3dd21 100644 --- a/doc/getting_started.rst +++ b/doc/getting_started.rst @@ -30,7 +30,7 @@ There are a few different packages under the Déjà Fu umbrella: ":hackage:`concurrency`", "1.11.0.0", "Typeclasses, functions, and data types for concurrency and STM" ":hackage:`dejafu`", "2.3.0.1", "Systematic testing for Haskell concurrency" ":hackage:`hunit-dejafu`", "2.0.0.3", "Déjà Fu support for the HUnit test framework" - ":hackage:`tasty-dejafu`", "2.0.0.4", "Déjà Fu support for the tasty test framework" + ":hackage:`tasty-dejafu`", "2.0.0.5", "Déjà Fu support for the tasty test framework" Installation diff --git a/tasty-dejafu/CHANGELOG.rst b/tasty-dejafu/CHANGELOG.rst index 23934a9..cd18487 100644 --- a/tasty-dejafu/CHANGELOG.rst +++ b/tasty-dejafu/CHANGELOG.rst @@ -6,6 +6,17 @@ standard Haskell versioning scheme. .. _PVP: https://pvp.haskell.org/ +2.0.0.5 (2020-06-24) +-------------------- + +* Git: :tag:`tasty-dejafu-2.0.0.5` +* Hackage: :hackage:`tasty-dejafu-2.0.0.5` + +Miscellaneous +~~~~~~~~~~~~~ + +* The upper bound on :hackage:`random` is <1.3. + 2.0.0.4 (2020-05-14) -------------------- diff --git a/tasty-dejafu/tasty-dejafu.cabal b/tasty-dejafu/tasty-dejafu.cabal index f545f9c..29ebeb3 100755 --- a/tasty-dejafu/tasty-dejafu.cabal +++ b/tasty-dejafu/tasty-dejafu.cabal @@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: tasty-dejafu -version: 2.0.0.4 +version: 2.0.0.5 synopsis: Deja Fu support for the Tasty test framework. description: @@ -30,7 +30,7 @@ source-repository head source-repository this type: git location: https://github.com/barrucadu/dejafu.git - tag: tasty-dejafu-2.0.0.4 + tag: tasty-dejafu-2.0.0.5 library exposed-modules: Test.Tasty.DejaFu