Skip to content

Commit 9f13703

Browse files
committed
Bump versions & update changelogs
1 parent 50f7b3e commit 9f13703

File tree

12 files changed

+31
-9
lines changed

12 files changed

+31
-9
lines changed

io-classes-mtl/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Revision history for io-classes-mtl
22

3-
## next version
3+
## 0.1.0.1
44

55
### Non breaking changes
66

io-classes-mtl/io-classes-mtl.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.0
22
name: io-classes-mtl
3-
version: 0.1.0.0
3+
version: 0.1.0.1
44
synopsis: Experimental MTL instances for io-classes
55
description:
66
MTL instances for

io-classes/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Revsion history of io-classes
22

3-
## next version
3+
## 1.0.0.1
44

55
### Non breaking changes
66

io-classes/io-classes.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.0
22
name: io-classes
3-
version: 1.0.0.0
3+
version: 1.0.0.1
44
synopsis: Type classes for concurrency with STM, ST and timing
55
description:
66
IO Monad class hierarchy compatible with

io-sim/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Revsion history of io-sim
22

3-
## next version
3+
## 1.0.0.1
4+
5+
### Non breaking changes
6+
7+
* Support `ghc-9.6`.
48

59
## 1.0.0.0
610

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: 3.0
22
name: io-sim
3-
version: 1.0.0.0
3+
version: 1.0.0.1
44
synopsis: A pure simulator for monadic concurrency with STM.
55
description:
66
A pure simulator monad with support of concurency (base, async), stm,

si-timers/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 1.0.0.1
4+
5+
### Non breaking changes
6+
7+
* Support `ghc-9.6`.
8+
39
## 1.0.0.0
410

511
* initial version

si-timers/si-timers.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.0
22
name: si-timers
3-
version: 1.0.0.0
3+
version: 1.0.0.1
44
synopsis: timers using SI units (seconds)
55
description:
66
Timers using SI units (seconds) which are safe on 32-bit platforms and

strict-mvar/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Revsion history of strict-mvar
22

3+
## 1.0.0.1
4+
5+
### Non breaking changes
6+
7+
* Support `ghc-9.6`.
8+
39
## 1.0.0.0
410

511
## 0.1.0.0

strict-mvar/strict-mvar.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.0
22
name: strict-mvar
3-
version: 1.0.0.0
3+
version: 1.0.0.1
44
synopsis: Strict MVars for IO and IOSim
55
description:
66
Strict @MVar@ interface compatible with

0 commit comments

Comments
 (0)