From 88da371bf61aa9dbe0ac77b6fffd610c7e4aaa4e Mon Sep 17 00:00:00 2001 From: Michael Walker Date: Mon, 2 May 2016 23:44:00 +0100 Subject: [PATCH] Bump versions for dejafu-0.3.1.0 --- README.markdown | 2 +- dejafu/dejafu.cabal | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.markdown b/README.markdown index ede36b7..77e818d 100644 --- a/README.markdown +++ b/README.markdown @@ -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 diff --git a/dejafu/dejafu.cabal b/dejafu/dejafu.cabal index 7f6d77e..bf5553a 100755 --- a/dejafu/dejafu.cabal +++ b/dejafu/dejafu.cabal @@ -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