Merge pull request #294 from barrucadu/leancheck090

leancheck-0.9.0
This commit is contained in:
Michael Walker 2019-01-17 20:30:28 +00:00 committed by GitHub
commit 4de572d24e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 17 additions and 5 deletions

View File

@ -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. |

View File

@ -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)
---------------------

View File

@ -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

View File

@ -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"