Skip to content

Commit 1028d11

Browse files
committed
Bump versions to 1.8.0.0
1 parent fc966a7 commit 1028d11

File tree

4 files changed

+13
-7
lines changed

4 files changed

+13
-7
lines changed

io-classes/CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Revsion history of io-classes
22

3-
### next version
3+
### 1.8.0.0
44

55
### Breaking changes
66

7-
- Provided `MonadTraceMVar`
8-
- Renamed `InspectMonad` to `InspectMonadSTM`
7+
* Provided `MonadTraceMVar`
8+
* Renamed `InspectMonad` to `InspectMonadSTM`
99
* Added `threadLabel` to `MonadThread`
1010
* Added `MonadLabelledMVar` class.
1111
* Added `labelMVar` to `Control.Concurrent.Class.MonadMVar.Strict`

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.4
22
name: io-classes
3-
version: 1.7.0.0
3+
version: 1.8.0.0
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: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Revision history of io-sim
22

3-
## next version
3+
## next release
4+
5+
### Breaking changes
6+
7+
### Non-breaking changes
8+
9+
## 1.8.0.0
410

511
- Provided `MonadTraceMVar`
612
- Renamed `InspectMonad` to `InspectMonadSTM`

io-sim/io-sim.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.4
22
name: io-sim
3-
version: 1.6.0.0
3+
version: 1.8.0.0
44
synopsis: A pure simulator for monadic concurrency with STM.
55
description:
66
A pure simulator monad with support of concurrency (base & async style), stm,
@@ -81,7 +81,7 @@ library
8181
TypeFamilies
8282
build-depends: base >=4.9 && <4.22,
8383
io-classes:{io-classes,strict-stm,si-timers}
84-
^>=1.6 || ^>= 1.7,
84+
^>=1.6 || ^>= 1.7 || ^>= 1.8,
8585
exceptions >=0.10,
8686
containers,
8787
deepseq,

0 commit comments

Comments
 (0)