diff --git a/README.md b/README.md index 53b1368..505b1df 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/effectful.cabal b/effectful.cabal index d4ce7b2..83ce0f7 100644 --- a/effectful.cabal +++ b/effectful.cabal @@ -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