Skip to content

Commit

Permalink
Updated README.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
coot committed Aug 27, 2024
1 parent 4e07b8a commit 352f0bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions io-classes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ We provide also non-standard extensions of this API in **sublibraries**:
microseconds represented as `Int` as in `base`)
- cancellable timeouts.

* [`io-classes:io-classes-mtl`](https://input-output-hk.github.io/io-sim/io-classes/io-classes-mtl/index.html):
* [`io-classes:mtl`](https://input-output-hk.github.io/io-sim/io-classes/mtl/index.html):
MTL instances.

[`io-classes:strict-stm`](https://input-output-hk.github.io/io-sim/io-classes/strict-stm/index.html)
Expand Down Expand Up @@ -85,7 +85,7 @@ strict one provided by [`io-classes:strict-stm`](https://input-output-hk.github.
We draw a line between `base` API and `async` API. The former is provided by
[MonadFork](https://hackage.haskell.org/package/io-classes/docs/Control-Monad-Class-MonadFork.html#t:MonadFork)
the latter by
[MonadAsync](https://hackage.haskell.org/package/io-classes/docs/Control-Monad-Class-MonadAsync.html#t:MonadAsync).
[MonadAsync](https://hackage.haskell.org/package/io-classes/docs/ContrMonad-Class-MonadAsync.html#t:MonadAsync).
Both are shallow abstractions around APIs exposed by the `base` and `async`
packages.

Expand Down
4 changes: 2 additions & 2 deletions io-sim/io-sim.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: io-sim
version: 1.6.0.0
synopsis: A pure simulator for monadic concurrency with STM.
description:
A pure simulator monad with support of concurency (base & async style), stm,
A pure simulator monad with support of concurrency (base & async style), stm,
synchronous and asynchronous exceptions, timeouts & delays, dynamic traces,
partial order reduction and more.
partial order reduction, and more.
license: Apache-2.0
license-files: LICENSE NOTICE
copyright: 2022-2024 Input Output Global Inc (IOG)
Expand Down

0 comments on commit 352f0bf

Please sign in to comment.