mirror of
https://github.com/barrucadu/dejafu.git
synced 2024-11-27 04:36:57 +03:00
Bump versions for dejafu-0.3.1.0
This commit is contained in:
parent
452cc07553
commit
88da371bf6
@ -1,7 +1,7 @@
|
|||||||
This repository contains dejafu, a concurrency testing library based
|
This repository contains dejafu, a concurrency testing library based
|
||||||
on a typeclass abstraction of concurrency, and related libraries.
|
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.
|
testable, potentially non-deterministic, concurrency.
|
||||||
|
|
||||||
- dpor ([hackage 0.1.0.0][dpor]): A generic implementation of dynamic
|
- dpor ([hackage 0.1.0.0][dpor]): A generic implementation of dynamic
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
-- documentation, see http://haskell.org/cabal/users-guide/
|
-- documentation, see http://haskell.org/cabal/users-guide/
|
||||||
|
|
||||||
name: dejafu
|
name: dejafu
|
||||||
version: 0.3.0.0
|
version: 0.3.1.0
|
||||||
synopsis: Overloadable primitives for testable, potentially non-deterministic, concurrency.
|
synopsis: Overloadable primitives for testable, potentially non-deterministic, concurrency.
|
||||||
|
|
||||||
description:
|
description:
|
||||||
@ -75,7 +75,7 @@ source-repository head
|
|||||||
source-repository this
|
source-repository this
|
||||||
type: git
|
type: git
|
||||||
location: https://github.com/barrucadu/dejafu.git
|
location: https://github.com/barrucadu/dejafu.git
|
||||||
tag: dejafu-0.3.0.0
|
tag: dejafu-0.3.1.0
|
||||||
|
|
||||||
library
|
library
|
||||||
exposed-modules: Control.Monad.Conc.Class
|
exposed-modules: Control.Monad.Conc.Class
|
||||||
|
Loading…
Reference in New Issue
Block a user