Skip to content

Commit 733283f

Browse files
committed
io-classes-0.1.3.1
1 parent c97642d commit 733283f

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

io-classes/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66

77
### Non-breaking changes
88

9+
## 1.3.1.0
10+
11+
### Non-breaking changes
12+
913
* Added `forkFinally` to `MonadFork`.
1014

1115
## 1.3.0.0

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.3.0.0
3+
version: 1.3.1.0
44
synopsis: Type classes for concurrency with STM, ST and timing
55
description:
66
IO Monad class hierarchy compatible with

io-sim/io-sim.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ library
7575
ScopedTypeVariables,
7676
TypeFamilies
7777
build-depends: base >=4.9 && <4.20,
78-
io-classes ^>=1.3,
78+
io-classes ^>=1.3.1,
7979
exceptions >=0.10,
8080
containers,
8181
deepseq,

0 commit comments

Comments
 (0)