mirror of
https://github.com/barrucadu/dejafu.git
synced 2024-11-26 09:20:36 +03:00
tasty-dejafu-2.0.0.5
This commit is contained in:
parent
297effef37
commit
a42851807b
@ -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.
|
||||
|
||||
|
@ -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
|
||||
|
@ -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)
|
||||
--------------------
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user