mirror of
https://github.com/barrucadu/dejafu.git
synced 2024-11-05 06:45:08 +03:00
hunit-dejafu-0.7.1.1 and tasty-dejafu-0.7.1.1 releases
This commit is contained in:
parent
fa1836c3a8
commit
d750342c77
@ -47,8 +47,8 @@ There are a few different packages under the Déjà Fu umbrella:
|
||||
| - | ------- | ------- |
|
||||
| [concurrency][h:conc] | 1.2.3.0 | Typeclasses, functions, and data types for concurrency and STM. |
|
||||
| [dejafu][h:dejafu] | 0.9.1.0 | Systematic testing for Haskell concurrency. |
|
||||
| [hunit-dejafu][h:hunit] | 0.7.1.0 | Deja Fu support for the HUnit test framework. |
|
||||
| [tasty-dejafu][h:tasty] | 0.7.1.0 | Deja Fu support for the Tasty test framework. |
|
||||
| [hunit-dejafu][h:hunit] | 0.7.1.1 | Deja Fu support for the HUnit test framework. |
|
||||
| [tasty-dejafu][h:tasty] | 0.7.1.1 | Deja Fu support for the Tasty test framework. |
|
||||
|
||||
Each package has its own README and CHANGELOG in its subdirectory.
|
||||
|
||||
|
@ -37,8 +37,8 @@ There are a few different packages under the Déjà Fu umbrella:
|
||||
|
||||
"concurrency_", "1.2.3.0", "Typeclasses, functions, and data types for concurrency and STM"
|
||||
"dejafu_", "0.9.1.0", "Systematic testing for Haskell concurrency"
|
||||
"hunit-dejafu_", "0.7.1.0", "Déjà Fu support for the HUnit test framework"
|
||||
"tasty-dejafu_", "0.7.1.0", "Déjà Fu support for the tasty test framework"
|
||||
"hunit-dejafu_", "0.7.1.1", "Déjà Fu support for the HUnit test framework"
|
||||
"tasty-dejafu_", "0.7.1.1", "Déjà Fu support for the tasty test framework"
|
||||
|
||||
.. _concurrency: https://hackage.haskell.org/package/concurrency
|
||||
.. _dejafu: https://hackage.haskell.org/package/dejafu
|
||||
|
@ -7,6 +7,23 @@ This project is versioned according to the [Package Versioning Policy](https://p
|
||||
*de facto* standard Haskell versioning scheme.
|
||||
|
||||
|
||||
0.7.1.1
|
||||
-------
|
||||
|
||||
- **Date** 2017-11-30
|
||||
- **Git tag** [hunit-dejafu-0.7.1.1][]
|
||||
- **Hackage** https://hackage.haskell.org/package/hunit-dejafu-0.7.1.1
|
||||
|
||||
### Test.HUnit.DejaFu
|
||||
|
||||
- Fix a missing `@since` annotation.
|
||||
|
||||
[hunit-dejafu-0.7.1.1]: https://github.com/barrucadu/dejafu/releases/tag/hunit-dejafu-0.7.1.1
|
||||
|
||||
|
||||
---------------------------------------------------------------------------------------------------
|
||||
|
||||
|
||||
0.7.1.0
|
||||
-------
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
-- documentation, see http://haskell.org/cabal/users-guide/
|
||||
|
||||
name: hunit-dejafu
|
||||
version: 0.7.1.0
|
||||
version: 0.7.1.1
|
||||
synopsis: Deja Fu support for the HUnit test framework.
|
||||
|
||||
description:
|
||||
@ -30,7 +30,7 @@ source-repository head
|
||||
source-repository this
|
||||
type: git
|
||||
location: https://github.com/barrucadu/dejafu.git
|
||||
tag: hunit-dejafu-0.7.1.0
|
||||
tag: hunit-dejafu-0.7.1.1
|
||||
|
||||
library
|
||||
exposed-modules: Test.HUnit.DejaFu
|
||||
|
@ -7,6 +7,23 @@ This project is versioned according to the [Package Versioning Policy](https://p
|
||||
*de facto* standard Haskell versioning scheme.
|
||||
|
||||
|
||||
0.7.1.1
|
||||
-------
|
||||
|
||||
- **Date** 2017-11-30
|
||||
- **Git tag** [tasty-dejafu-0.7.1.1][]
|
||||
- **Hackage** https://hackage.haskell.org/package/tasty-dejafu-0.7.1.1
|
||||
|
||||
### Test.Tasty.DejaFu
|
||||
|
||||
- Fix a missing `@since` annotation.
|
||||
|
||||
[tasty-dejafu-0.7.1.1]: https://github.com/barrucadu/dejafu/releases/tag/tasty-dejafu-0.7.1.1
|
||||
|
||||
|
||||
---------------------------------------------------------------------------------------------------
|
||||
|
||||
|
||||
0.7.1.0
|
||||
-------
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
-- documentation, see http://haskell.org/cabal/users-guide/
|
||||
|
||||
name: tasty-dejafu
|
||||
version: 0.7.1.0
|
||||
version: 0.7.1.1
|
||||
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-0.7.1.0
|
||||
tag: tasty-dejafu-0.7.1.1
|
||||
|
||||
library
|
||||
exposed-modules: Test.Tasty.DejaFu
|
||||
|
Loading…
Reference in New Issue
Block a user