Bump versions for dejafu-0.3.1.0

This commit is contained in:
Michael Walker 2016-05-02 23:44:00 +01:00
parent 452cc07553
commit 88da371bf6
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
This repository contains dejafu, a concurrency testing library based
on a typeclass abstraction of concurrency, and related libraries.
- dejafu ([hackage 0.3.0.0][dejafu]): Overloadable primitives for
- dejafu ([hackage 0.3.1.0][dejafu]): Overloadable primitives for
testable, potentially non-deterministic, concurrency.
- dpor ([hackage 0.1.0.0][dpor]): A generic implementation of dynamic

View File

@ -2,7 +2,7 @@
-- documentation, see http://haskell.org/cabal/users-guide/
name: dejafu
version: 0.3.0.0
version: 0.3.1.0
synopsis: Overloadable primitives for testable, potentially non-deterministic, concurrency.
description:
@ -75,7 +75,7 @@ source-repository head
source-repository this
type: git
location: https://github.com/barrucadu/dejafu.git
tag: dejafu-0.3.0.0
tag: dejafu-0.3.1.0
library
exposed-modules: Control.Monad.Conc.Class