Skip to content

Commit 18ca70e

Browse files
committed
Bump io-classes & io-sim to 1.6.0.0
Updated changelog files.
1 parent 616276d commit 18ca70e

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

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.6.0.0
44

55
### Breaking changes
66

io-classes/io-classes.cabal

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.0
22
name: io-classes
3-
version: 1.5.0.0
3+
version: 1.6.0.0
44
synopsis: Type classes for concurrency with STM, ST and timing
55
description:
66
IO Monad class hierarchy compatible with:
@@ -183,7 +183,6 @@ library si-timers
183183
time >=1.9.1 && <1.13,
184184

185185
io-classes:io-classes
186-
^>=1.5
187186
if flag(asserts)
188187
ghc-options: -fno-ignore-asserts
189188

io-sim/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Revision history of io-sim
22

3+
## 1.6.0.0
4+
5+
- Upgraded to `io-classes-1.6.0.0`
6+
37
## 1.5.0.0
48

59
### Breaking changes

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.0
22
name: io-sim
3-
version: 1.5.0.0
3+
version: 1.6.0.0
44
synopsis: A pure simulator for monadic concurrency with STM.
55
description:
66
A pure simulator monad with support of concurency (base & async style), stm,
@@ -77,7 +77,7 @@ library
7777
TypeFamilies
7878
build-depends: base >=4.9 && <4.21,
7979
io-classes:{io-classes,strict-stm,si-timers}
80-
^>=1.5,
80+
^>=1.6,
8181
exceptions >=0.10,
8282
containers,
8383
deepseq,

0 commit comments

Comments
 (0)