Update description

This commit is contained in:
Andrzej Rybczak 2021-06-20 21:37:41 +02:00
parent d4075d8510
commit 8955376436
2 changed files with 6 additions and 6 deletions

View File

@ -6,8 +6,8 @@
*Note:* this is a pre-release. Benchmark results (using GHC 8.8.4) can be found
[here](https://rybczak.net/files/countdown.html).
A simple, performant extensible effects library with seamless integration with
the existing ecosystem.
An easy to use, performant extensible effects library with seamless integration
with the existing Haskell ecosystem.
Main features:
@ -19,13 +19,13 @@ Main features:
discarded state).
4. Seamless integration with the existing ecosystem (`exceptions`,
`monad-control`, `unliftio-core`, `resourcet`).
`monad-control`, `unliftio-core`, `resourcet` etc.).
5. Effects can be defined for either
- static dispatch (as fast as it gets, single interpretation) or
- dynamic dispatch (a bit slower, with multiple interpretations),
- dynamic dispatch (a bit slower, multiple interpretations),
depending on your needs.

View File

@ -7,9 +7,9 @@ license-file: LICENSE
category: Control
maintainer: andrzej@rybczak.net
author: Andrzej Rybczak
synopsis: A simple, yet powerful extensible effects library.
synopsis: An easy to use, performant extensible effects library.
description: A simple, performant extensible effects library with seamless
description: An easy to use, performant extensible effects library with seamless
integration with the existing Haskell ecosystem.
extra-source-files: CHANGELOG.md