mirror of
https://github.com/barrucadu/dejafu.git
synced 2024-11-27 04:36:57 +03:00
commit
4de572d24e
@ -46,7 +46,7 @@ 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.11.0.4 | Systematic testing for Haskell concurrency. |
|
||||
| [dejafu][h:dejafu] | 1.11.0.5 | Systematic testing for Haskell concurrency. |
|
||||
| [hunit-dejafu][h:hunit] | 1.2.0.6 | Deja Fu support for the HUnit test framework. |
|
||||
| [tasty-dejafu][h:tasty] | 1.2.0.8 | Deja Fu support for the Tasty test framework. |
|
||||
|
||||
|
@ -7,6 +7,18 @@ standard Haskell versioning scheme.
|
||||
.. _PVP: https://pvp.haskell.org/
|
||||
|
||||
|
||||
1.11.0.5 (2019-01-17)
|
||||
---------------------
|
||||
|
||||
* Git: :tag:`dejafu-1.11.0.5`
|
||||
* Hackage: :hackage:`dejafu-1.11.0.5`
|
||||
|
||||
Miscellaneous
|
||||
~~~~~~~~~~~~~
|
||||
|
||||
* The upper bound on :hackage:`leancheck` is <0.10.
|
||||
|
||||
|
||||
1.11.0.4 (2018-12-02)
|
||||
---------------------
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
-- documentation, see http://haskell.org/cabal/users-guide/
|
||||
|
||||
name: dejafu
|
||||
version: 1.11.0.4
|
||||
version: 1.11.0.5
|
||||
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.11.0.4
|
||||
tag: dejafu-1.11.0.5
|
||||
|
||||
library
|
||||
exposed-modules: Test.DejaFu
|
||||
@ -63,7 +63,7 @@ library
|
||||
, contravariant >=1.2 && <1.6
|
||||
, deepseq >=1.1 && <2
|
||||
, exceptions >=0.7 && <0.11
|
||||
, leancheck >=0.6 && <0.9
|
||||
, leancheck >=0.6 && <0.10
|
||||
, profunctors >=4.0 && <6
|
||||
, random >=1.0 && <1.2
|
||||
, transformers >=0.5 && <0.6
|
||||
|
@ -28,7 +28,7 @@ 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.11.0.4", "Systematic testing for Haskell concurrency"
|
||||
":hackage:`dejafu`", "1.11.0.5", "Systematic testing for Haskell concurrency"
|
||||
":hackage:`hunit-dejafu`", "1.2.0.6", "Déjà Fu support for the HUnit test framework"
|
||||
":hackage:`tasty-dejafu`", "1.2.0.8", "Déjà Fu support for the tasty test framework"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user