mirror of
https://github.com/barrucadu/dejafu.git
synced 2024-11-25 20:13:55 +03:00
Release tasty-dejafu-2.0.0.9
This commit is contained in:
parent
6bf900c58f
commit
7e09eae348
@ -45,7 +45,7 @@ There are a few different packages under the Déjà Fu umbrella:
|
|||||||
| [concurrency][h:conc] | 1.11.0.2 | Typeclasses, functions, and data types for concurrency and STM. |
|
| [concurrency][h:conc] | 1.11.0.2 | Typeclasses, functions, and data types for concurrency and STM. |
|
||||||
| [dejafu][h:dejafu] | 2.4.0.4 | Systematic testing for Haskell concurrency. |
|
| [dejafu][h:dejafu] | 2.4.0.4 | Systematic testing for Haskell concurrency. |
|
||||||
| [hunit-dejafu][h:hunit] | 2.0.0.6 | Deja Fu support for the HUnit test framework. |
|
| [hunit-dejafu][h:hunit] | 2.0.0.6 | Deja Fu support for the HUnit test framework. |
|
||||||
| [tasty-dejafu][h:tasty] | 2.0.0.8 | Deja Fu support for the Tasty test framework. |
|
| [tasty-dejafu][h:tasty] | 2.0.0.9 | Deja Fu support for the Tasty test framework. |
|
||||||
|
|
||||||
Each package has its own README and CHANGELOG in its subdirectory.
|
Each package has its own README and CHANGELOG in its subdirectory.
|
||||||
|
|
||||||
|
@ -30,7 +30,7 @@ There are a few different packages under the Déjà Fu umbrella:
|
|||||||
":hackage:`concurrency`", "1.11.0.2", "Typeclasses, functions, and data types for concurrency and STM"
|
":hackage:`concurrency`", "1.11.0.2", "Typeclasses, functions, and data types for concurrency and STM"
|
||||||
":hackage:`dejafu`", "2.4.0.4", "Systematic testing for Haskell concurrency"
|
":hackage:`dejafu`", "2.4.0.4", "Systematic testing for Haskell concurrency"
|
||||||
":hackage:`hunit-dejafu`", "2.0.0.6", "Déjà Fu support for the HUnit test framework"
|
":hackage:`hunit-dejafu`", "2.0.0.6", "Déjà Fu support for the HUnit test framework"
|
||||||
":hackage:`tasty-dejafu`", "2.0.0.8", "Déjà Fu support for the tasty test framework"
|
":hackage:`tasty-dejafu`", "2.0.0.9", "Déjà Fu support for the tasty test framework"
|
||||||
|
|
||||||
|
|
||||||
Installation
|
Installation
|
||||||
|
@ -7,8 +7,11 @@ standard Haskell versioning scheme.
|
|||||||
.. _PVP: https://pvp.haskell.org/
|
.. _PVP: https://pvp.haskell.org/
|
||||||
|
|
||||||
|
|
||||||
unreleased
|
2.0.0.9 (2022-08-30)
|
||||||
----------
|
--------------------
|
||||||
|
|
||||||
|
* Git: :tag:`tasty-dejafu-2.0.0.9`
|
||||||
|
* Hackage: :hackage:`tasty-dejafu-2.0.0.9`
|
||||||
|
|
||||||
Fixed
|
Fixed
|
||||||
~~~~~
|
~~~~~
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
-- documentation, see http://haskell.org/cabal/users-guide/
|
-- documentation, see http://haskell.org/cabal/users-guide/
|
||||||
|
|
||||||
name: tasty-dejafu
|
name: tasty-dejafu
|
||||||
version: 2.0.0.8
|
version: 2.0.0.9
|
||||||
synopsis: Deja Fu support for the Tasty test framework.
|
synopsis: Deja Fu support for the Tasty test framework.
|
||||||
|
|
||||||
description:
|
description:
|
||||||
@ -30,7 +30,7 @@ source-repository head
|
|||||||
source-repository this
|
source-repository this
|
||||||
type: git
|
type: git
|
||||||
location: https://github.com/barrucadu/dejafu.git
|
location: https://github.com/barrucadu/dejafu.git
|
||||||
tag: tasty-dejafu-2.0.0.8
|
tag: tasty-dejafu-2.0.0.9
|
||||||
|
|
||||||
library
|
library
|
||||||
exposed-modules: Test.Tasty.DejaFu
|
exposed-modules: Test.Tasty.DejaFu
|
||||||
|
Loading…
Reference in New Issue
Block a user