concurrency-1.11.0.3

This commit is contained in:
Michael Walker 2023-06-17 21:49:27 +01:00
parent 1b8b17da75
commit 7db7a96c75
No known key found for this signature in database
4 changed files with 9 additions and 6 deletions

View File

@ -42,7 +42,7 @@ There are a few different packages under the Déjà Fu umbrella:
| | Version | Summary |
| - | ------- | ------- |
| [concurrency][h:conc] | 1.11.0.2 | Typeclasses, functions, and data types for concurrency and STM. |
| [concurrency][h:conc] | 1.11.0.3 | Typeclasses, functions, and data types for concurrency and STM. |
| [dejafu][h:dejafu] | 2.4.0.4 | Systematic testing for Haskell concurrency. |
| [hunit-dejafu][h:hunit] | 2.0.0.6 | Deja Fu support for the HUnit test framework. |
| [tasty-dejafu][h:tasty] | 2.1.0.0 | Deja Fu support for the Tasty test framework. |

View File

@ -7,8 +7,11 @@ standard Haskell versioning scheme.
.. _PVP: https://pvp.haskell.org/
unreleased
----------
1.11.0.3 (2023-06-17)
---------------------
* Git: :tag:`concurrency-1.11.0.3`
* Hackage: :hackage:`concurrency-1.11.0.3`
Miscellaneous
~~~~~~~~~~~~~

View File

@ -2,7 +2,7 @@
-- documentation, see http://haskell.org/cabal/users-guide/
name: concurrency
version: 1.11.0.2
version: 1.11.0.3
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.11.0.2
tag: concurrency-1.11.0.3
library
exposed-modules: Control.Monad.Conc.Class

View File

@ -27,7 +27,7 @@ There are a few different packages under the Déjà Fu umbrella:
.. csv-table::
:header: "Package", "Version", "Summary"
":hackage:`concurrency`", "1.11.0.2", "Typeclasses, functions, and data types for concurrency and STM"
":hackage:`concurrency`", "1.11.0.3", "Typeclasses, functions, and data types for concurrency and STM"
":hackage:`dejafu`", "2.4.0.4", "Systematic testing for Haskell concurrency"
":hackage:`hunit-dejafu`", "2.0.0.6", "Déjà Fu support for the HUnit test framework"
":hackage:`tasty-dejafu`", "2.1.0.0", "Déjà Fu support for the tasty test framework"