mirror of
https://github.com/barrucadu/dejafu.git
synced 2024-11-26 09:20:36 +03:00
dejafu-2.4.0.2
This commit is contained in:
parent
1dbd4f1f7d
commit
4980bb93c8
@ -43,7 +43,7 @@ There are a few different packages under the Déjà Fu umbrella:
|
|||||||
| | Version | Summary |
|
| | Version | Summary |
|
||||||
| - | ------- | ------- |
|
| - | ------- | ------- |
|
||||||
| [concurrency][h:conc] | 1.11.0.1 | Typeclasses, functions, and data types for concurrency and STM. |
|
| [concurrency][h:conc] | 1.11.0.1 | Typeclasses, functions, and data types for concurrency and STM. |
|
||||||
| [dejafu][h:dejafu] | 2.4.0.1 | Systematic testing for Haskell concurrency. |
|
| [dejafu][h:dejafu] | 2.4.0.2 | Systematic testing for Haskell concurrency. |
|
||||||
| [hunit-dejafu][h:hunit] | 2.0.0.4 | Deja Fu support for the HUnit test framework. |
|
| [hunit-dejafu][h:hunit] | 2.0.0.4 | Deja Fu support for the HUnit test framework. |
|
||||||
| [tasty-dejafu][h:tasty] | 2.0.0.7 | Deja Fu support for the Tasty test framework. |
|
| [tasty-dejafu][h:tasty] | 2.0.0.7 | Deja Fu support for the Tasty test framework. |
|
||||||
|
|
||||||
|
@ -7,8 +7,11 @@ standard Haskell versioning scheme.
|
|||||||
.. _PVP: https://pvp.haskell.org/
|
.. _PVP: https://pvp.haskell.org/
|
||||||
|
|
||||||
|
|
||||||
unreleased
|
2.4.0.2 (2021-03-14)
|
||||||
----------
|
--------------------
|
||||||
|
|
||||||
|
* Git: :tag:`dejafu-2.4.0.2`
|
||||||
|
* Hackage: :hackage:`dejafu-2.4.0.2`
|
||||||
|
|
||||||
Fixed
|
Fixed
|
||||||
~~~~~
|
~~~~~
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
-- documentation, see http://haskell.org/cabal/users-guide/
|
-- documentation, see http://haskell.org/cabal/users-guide/
|
||||||
|
|
||||||
name: dejafu
|
name: dejafu
|
||||||
version: 2.4.0.1
|
version: 2.4.0.2
|
||||||
synopsis: A library for unit-testing concurrent programs.
|
synopsis: A library for unit-testing concurrent programs.
|
||||||
|
|
||||||
description:
|
description:
|
||||||
@ -33,7 +33,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: dejafu-2.4.0.1
|
tag: dejafu-2.4.0.2
|
||||||
|
|
||||||
library
|
library
|
||||||
exposed-modules: Test.DejaFu
|
exposed-modules: Test.DejaFu
|
||||||
|
@ -28,7 +28,7 @@ There are a few different packages under the Déjà Fu umbrella:
|
|||||||
:header: "Package", "Version", "Summary"
|
:header: "Package", "Version", "Summary"
|
||||||
|
|
||||||
":hackage:`concurrency`", "1.11.0.1", "Typeclasses, functions, and data types for concurrency and STM"
|
":hackage:`concurrency`", "1.11.0.1", "Typeclasses, functions, and data types for concurrency and STM"
|
||||||
":hackage:`dejafu`", "2.4.0.1", "Systematic testing for Haskell concurrency"
|
":hackage:`dejafu`", "2.4.0.2", "Systematic testing for Haskell concurrency"
|
||||||
":hackage:`hunit-dejafu`", "2.0.0.4", "Déjà Fu support for the HUnit test framework"
|
":hackage:`hunit-dejafu`", "2.0.0.4", "Déjà Fu support for the HUnit test framework"
|
||||||
":hackage:`tasty-dejafu`", "2.0.0.7", "Déjà Fu support for the tasty test framework"
|
":hackage:`tasty-dejafu`", "2.0.0.7", "Déjà Fu support for the tasty test framework"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user