Skip to content

Commit cb4325b

Browse files
committed
Bump versions
1 parent 6b81d7c commit cb4325b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

io-classes/io-classes.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: io-classes
2-
version: 0.2.0.0
2+
version: 0.3.0.0
33
synopsis: Type classes for concurrency with STM, ST and timing
44
-- description:
55
license: Apache-2.0

io-sim/io-sim.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.4
22
name: io-sim
3-
version: 0.2.0.0
3+
version: 0.3.0.0
44
synopsis: A pure simulator for monadic concurrency with STM
55
-- description:
66
license: Apache-2.0

strict-stm/strict-stm.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: strict-stm
2-
version: 0.1.0.0
2+
version: 0.2.0.0
33
synopsis: Strict STM interface polymorphic over stm implementation.
44
description: The `strict-stm` package gives a strict interface to stm,
55
currently either one provided by `stm` package for the

0 commit comments

Comments
 (0)