mirror of
https://github.com/barrucadu/dejafu.git
synced 2024-11-05 06:45:08 +03:00
dejafu-0.9.1.2 release
This commit is contained in:
parent
94dfe4b61a
commit
0c8e387339
@ -46,7 +46,7 @@ There are a few different packages under the Déjà Fu umbrella:
|
||||
| | Version | Summary |
|
||||
| - | ------- | ------- |
|
||||
| [concurrency][h:conc] | 1.2.3.0 | Typeclasses, functions, and data types for concurrency and STM. |
|
||||
| [dejafu][h:dejafu] | 0.9.1.1 | Systematic testing for Haskell concurrency. |
|
||||
| [dejafu][h:dejafu] | 0.9.1.2 | Systematic testing for Haskell concurrency. |
|
||||
| [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. |
|
||||
|
||||
|
@ -7,13 +7,19 @@ This project is versioned according to the [Package Versioning Policy](https://p
|
||||
*de facto* standard Haskell versioning scheme.
|
||||
|
||||
|
||||
unreleased
|
||||
----------
|
||||
0.9.1.2
|
||||
-------
|
||||
|
||||
- **Date** 2017-12-12
|
||||
- **Git tag** [dejafu-0.9.1.2][]
|
||||
- **Hackage** https://hackage.haskell.org/package/dejafu-0.9.1.2
|
||||
|
||||
### Miscellaneous
|
||||
|
||||
- The upper bound on leancheck was bumped to <0.8.
|
||||
|
||||
[dejafu-0.9.1.2]: https://github.com/barrucadu/dejafu/releases/tag/dejafu-0.9.1.2
|
||||
|
||||
|
||||
---------------------------------------------------------------------------------------------------
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
-- documentation, see http://haskell.org/cabal/users-guide/
|
||||
|
||||
name: dejafu
|
||||
version: 0.9.1.1
|
||||
version: 0.9.1.2
|
||||
synopsis: Systematic testing for Haskell concurrency.
|
||||
|
||||
description:
|
||||
@ -37,7 +37,7 @@ source-repository head
|
||||
source-repository this
|
||||
type: git
|
||||
location: https://github.com/barrucadu/dejafu.git
|
||||
tag: dejafu-0.9.1.1
|
||||
tag: dejafu-0.9.1.2
|
||||
|
||||
library
|
||||
exposed-modules: Test.DejaFu
|
||||
|
@ -36,7 +36,7 @@ There are a few different packages under the Déjà Fu umbrella:
|
||||
:header: "Package", "Version", "Summary"
|
||||
|
||||
"concurrency_", "1.2.3.0", "Typeclasses, functions, and data types for concurrency and STM"
|
||||
"dejafu_", "0.9.1.1", "Systematic testing for Haskell concurrency"
|
||||
"dejafu_", "0.9.1.2", "Systematic testing for Haskell concurrency"
|
||||
"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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user