Prepare release

This commit is contained in:
Michael Walker 2019-02-11 23:09:01 +00:00
parent d5cb70aaac
commit a15967975f
8 changed files with 12 additions and 12 deletions

View File

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

View File

@ -7,7 +7,7 @@ standard Haskell versioning scheme.
.. _PVP: https://pvp.haskell.org/
2.0.0.0 (2019-02-XX)
2.0.0.0 (2019-02-12)
--------------------
* Git: :tag:`dejafu-2.0.0.0`

View File

@ -33,7 +33,7 @@ source-repository head
source-repository this
type: git
location: https://github.com/barrucadu/dejafu.git
tag: dejafu-1.12.0.0
tag: dejafu-2.0.0.0
library
exposed-modules: Test.DejaFu

View File

@ -28,9 +28,9 @@ There are a few different packages under the Déjà Fu umbrella:
:header: "Package", "Version", "Summary"
":hackage:`concurrency`", "1.6.2.0", "Typeclasses, functions, and data types for concurrency and STM"
":hackage:`dejafu`", "1.12.0.0", "Systematic testing for Haskell concurrency"
":hackage:`hunit-dejafu`", "1.2.1.0", "Déjà Fu support for the HUnit test framework"
":hackage:`tasty-dejafu`", "1.2.1.0", "Déjà Fu support for the tasty test framework"
":hackage:`dejafu`", "2.0.0.0", "Systematic testing for Haskell concurrency"
":hackage:`hunit-dejafu`", "2.0.0.0", "Déjà Fu support for the HUnit test framework"
":hackage:`tasty-dejafu`", "2.0.0.0", "Déjà Fu support for the tasty test framework"
Installation

View File

@ -7,7 +7,7 @@ standard Haskell versioning scheme.
.. _PVP: https://pvp.haskell.org/
2.0.0.0 (2019-02-XX)
2.0.0.0 (2019-02-12)
--------------------
* Git: :tag:`hunit-dejafu-2.0.0.0`

View File

@ -30,7 +30,7 @@ source-repository head
source-repository this
type: git
location: https://github.com/barrucadu/dejafu.git
tag: hunit-dejafu-1.2.1.0
tag: hunit-dejafu-2.0.0.0
library
exposed-modules: Test.HUnit.DejaFu

View File

@ -7,7 +7,7 @@ standard Haskell versioning scheme.
.. _PVP: https://pvp.haskell.org/
2.0.0.0 (2019-02-XX)
2.0.0.0 (2019-02-12)
--------------------
* Git: :tag:`tasty-dejafu-2.0.0.0`

View File

@ -30,7 +30,7 @@ source-repository head
source-repository this
type: git
location: https://github.com/barrucadu/dejafu.git
tag: tasty-dejafu-1.2.1.0
tag: tasty-dejafu-2.0.0.0
library
exposed-modules: Test.Tasty.DejaFu