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
|
||||
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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user