hunit-dejafu-0.7.1.1 and tasty-dejafu-0.7.1.1 releases

This commit is contained in:
Michael Walker 2017-11-30 22:08:56 +00:00
parent fa1836c3a8
commit d750342c77
6 changed files with 42 additions and 8 deletions

View File

@ -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.

View File

@ -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

View File

@ -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
-------

View File

@ -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

View File

@ -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
-------

View File

@ -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