Skip to content

Commit

Permalink
dejafu-0.9.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
barrucadu committed Dec 8, 2017
1 parent 4791333 commit 8c2bf9d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.0 | Systematic testing for Haskell concurrency. |
| [dejafu][h:dejafu] | 0.9.1.1 | 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. |

Expand Down
10 changes: 8 additions & 2 deletions dejafu/CHANGELOG.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,20 @@ This project is versioned according to the [Package Versioning Policy](https://p
*de facto* standard Haskell versioning scheme.


unreleased
----------
0.9.1.1
-------

- **Date** 2017-12-08
- **Git tag** [dejafu-0.9.1.1][]
- **Hackage** https://hackage.haskell.org/package/dejafu-0.9.1.1

### Miscellaneous

- Fix an issue where nested masks nested inside unmasks would sometimes not be pre-empted in
systematic testing.

[dejafu-0.9.1.1]: https://github.com/barrucadu/dejafu/releases/tag/dejafu-0.9.1.1


---------------------------------------------------------------------------------------------------

Expand Down
4 changes: 2 additions & 2 deletions dejafu/dejafu.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-- documentation, see http://haskell.org/cabal/users-guide/

name: dejafu
version: 0.9.1.0
version: 0.9.1.1
synopsis: Systematic testing for Haskell concurrency.

description:
Expand Down Expand Up @@ -37,7 +37,7 @@ source-repository head
source-repository this
type: git
location: https://github.com/barrucadu/dejafu.git
tag: dejafu-0.9.1.0
tag: dejafu-0.9.1.1

library
exposed-modules: Test.DejaFu
Expand Down
2 changes: 1 addition & 1 deletion doc/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.0", "Systematic testing for Haskell concurrency"
"dejafu_", "0.9.1.1", "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"

Expand Down

0 comments on commit 8c2bf9d

Please sign in to comment.