Prepare concurrency, dejafu, hunit-dejafu releases

This commit is contained in:
Michael Walker 2018-03-11 20:19:04 +00:00
parent a0a8652121
commit 426fc4e1a1
8 changed files with 30 additions and 21 deletions

View File

@ -45,9 +45,9 @@ There are a few different packages under the Déjà Fu umbrella:
| | Version | Summary |
| - | ------- | ------- |
| [concurrency][h:conc] | 1.4.0.1 | Typeclasses, functions, and data types for concurrency and STM. |
| [dejafu][h:dejafu] | 1.3.0.2 | Systematic testing for Haskell concurrency. |
| [hunit-dejafu][h:hunit] | 1.1.0.1 | Deja Fu support for the HUnit test framework. |
| [concurrency][h:conc] | 1.4.0.2 | Typeclasses, functions, and data types for concurrency and STM. |
| [dejafu][h:dejafu] | 1.3.0.3 | Systematic testing for Haskell concurrency. |
| [hunit-dejafu][h:hunit] | 1.1.0.2 | Deja Fu support for the HUnit test framework. |
| [tasty-dejafu][h:tasty] | 1.1.0.1 | Deja Fu support for the Tasty test framework. |
Each package has its own README and CHANGELOG in its subdirectory.

View File

@ -7,13 +7,16 @@ standard Haskell versioning scheme.
.. _PVP: https://pvp.haskell.org/
unreleased
----------
1.4.0.2 (2018-03-11)
--------------------
* Git: :tag:`concurrency-1.4.0.2`
* Hackage: :hackage:`concurrency-1.4.0.2`
Miscellaneous
~~~~~~~~~~~~~
* The upper bound on :hackage:`exceptions` is <0.11.
* (:pull:`245`) The upper bound on :hackage:`exceptions` is <0.11.
1.4.0.1 (2018-02-26)

View File

@ -2,7 +2,7 @@
-- documentation, see http://haskell.org/cabal/users-guide/
name: concurrency
version: 1.4.0.1
version: 1.4.0.2
synopsis: Typeclasses, functions, and data types for concurrency and STM.
description:
@ -32,7 +32,7 @@ source-repository head
source-repository this
type: git
location: https://github.com/barrucadu/dejafu.git
tag: concurrency-1.4.0.1
tag: concurrency-1.4.0.2
library
exposed-modules: Control.Monad.Conc.Class

View File

@ -7,13 +7,16 @@ standard Haskell versioning scheme.
.. _PVP: https://pvp.haskell.org/
unreleased
----------
1.3.0.3 (2018-03-11)
--------------------
* Git: :tag:`dejafu-1.3.0.3`
* Hackage: :hackage:`dejafu-1.3.0.3`
Miscellaneous
~~~~~~~~~~~~~
* The upper bound on :hackage:`exceptions` is <0.11.
* (:pull:`245`) The upper bound on :hackage:`exceptions` is <0.11.
1.3.0.2 (2018-03-11)

View File

@ -2,7 +2,7 @@
-- documentation, see http://haskell.org/cabal/users-guide/
name: dejafu
version: 1.3.0.2
version: 1.3.0.3
synopsis: A library for unit-testing concurrent programs.
description:
@ -33,7 +33,7 @@ source-repository head
source-repository this
type: git
location: https://github.com/barrucadu/dejafu.git
tag: dejafu-1.3.0.2
tag: dejafu-1.3.0.3
library
exposed-modules: Test.DejaFu

View File

@ -27,9 +27,9 @@ There are a few different packages under the Déjà Fu umbrella:
.. csv-table::
:header: "Package", "Version", "Summary"
":hackage:`concurrency`", "1.4.0.1", "Typeclasses, functions, and data types for concurrency and STM"
":hackage:`dejafu`", "1.3.0.2", "Systematic testing for Haskell concurrency"
":hackage:`hunit-dejafu`", "1.1.0.1", "Déjà Fu support for the HUnit test framework"
":hackage:`concurrency`", "1.4.0.2", "Typeclasses, functions, and data types for concurrency and STM"
":hackage:`dejafu`", "1.3.0.3", "Systematic testing for Haskell concurrency"
":hackage:`hunit-dejafu`", "1.1.0.2", "Déjà Fu support for the HUnit test framework"
":hackage:`tasty-dejafu`", "1.1.0.1", "Déjà Fu support for the tasty test framework"

View File

@ -7,13 +7,16 @@ standard Haskell versioning scheme.
.. _PVP: https://pvp.haskell.org/
unreleased
----------
1.1.0.2 (2018-03-11)
--------------------
* Git: :tag:`hunit-dejafu-1.1.0.2`
* Hackage: :hackage:`hunit-dejafu-1.1.0.2`
Miscellaneous
~~~~~~~~~~~~~
* The upper bound on :hackage:`exceptions` is <0.11.
* (:pull:`245`) The upper bound on :hackage:`exceptions` is <0.11.
1.1.0.1 (2018-03-06)

View File

@ -2,7 +2,7 @@
-- documentation, see http://haskell.org/cabal/users-guide/
name: hunit-dejafu
version: 1.1.0.1
version: 1.1.0.2
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-1.1.0.1
tag: hunit-dejafu-1.1.0.2
library
exposed-modules: Test.HUnit.DejaFu