Skip to content

Commit

Permalink
Merge pull request #127 from input-output-hk/coot/io-classes-1.3.1.0
Browse files Browse the repository at this point in the history
io-classes-0.1.3.1
  • Loading branch information
coot authored Nov 20, 2023
2 parents c97642d + 733283f commit 28004c6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions io-classes/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@

### Non-breaking changes

## 1.3.1.0

### Non-breaking changes

* Added `forkFinally` to `MonadFork`.

## 1.3.0.0
Expand Down
2 changes: 1 addition & 1 deletion io-classes/io-classes.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: io-classes
version: 1.3.0.0
version: 1.3.1.0
synopsis: Type classes for concurrency with STM, ST and timing
description:
IO Monad class hierarchy compatible with
Expand Down
2 changes: 1 addition & 1 deletion io-sim/io-sim.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ library
ScopedTypeVariables,
TypeFamilies
build-depends: base >=4.9 && <4.20,
io-classes ^>=1.3,
io-classes ^>=1.3.1,
exceptions >=0.10,
containers,
deepseq,
Expand Down

0 comments on commit 28004c6

Please sign in to comment.