Slightly update description of packages

This commit is contained in:
Andrzej Rybczak 2022-07-15 01:48:05 +02:00
parent 1ebe7e1658
commit fb2ec9a873
4 changed files with 22 additions and 17 deletions

View File

@ -9,12 +9,13 @@ maintainer: andrzej@rybczak.net
author: Andrzej Rybczak
synopsis: An easy to use, performant extensible effects library.
description: An easy to use, performant extensible effects library with seamless
integration with the existing Haskell ecosystem.
.
This library provides core definitions with a minimal dependency
footprint. See the @<https://hackage.haskell.org/package/effectful effectful>@
package for the "batteries-included" variant.
description:
An easy to use, performant extensible effects library with seamless
integration with the existing Haskell ecosystem.
.
This library provides core definitions with a minimal dependency
footprint. See the @<https://hackage.haskell.org/package/effectful effectful>@
package for the "batteries-included" variant.
extra-source-files:
CHANGELOG.md

View File

@ -9,9 +9,10 @@ maintainer: andrzej@rybczak.net
author: Andrzej Rybczak
synopsis: A GHC plugin for improving disambiguation of effects.
description: Instruct GHC to do a better job with disambiguation of effects.
.
See the README for more information.
description:
Instruct GHC to do a better job with disambiguation of effects.
.
See the README for more information.
extra-source-files: CHANGELOG.md
README.md

View File

@ -9,8 +9,9 @@ maintainer: andrzej@rybczak.net
author: Andrzej Rybczak
synopsis: Template Haskell utilities for the effectful library.
description: Generate functions for performing operations of dynamically
dispatched effects via Template Haskell.
description:
Generate functions for performing operations of dynamically dispatched effects
via Template Haskell.
extra-source-files:
CHANGELOG.md

View File

@ -9,12 +9,14 @@ maintainer: andrzej@rybczak.net
author: Andrzej Rybczak
synopsis: An easy to use, performant extensible effects library.
description: An easy to use, performant extensible effects library with seamless
integration with the existing Haskell ecosystem.
.
This is the "batteries-included" variant; See the
@<https://hackage.haskell.org/package/effectful-core effectful-core>@
package if you need a more limited dependency footprint.
description:
An easy to use, performant extensible effects library with seamless
integration with the existing Haskell ecosystem.
.
This is the "batteries-included" variant. See the
@<https://hackage.haskell.org/package/effectful-core effectful-core>@ package
if you need a more limited dependency footprint or want to browse
documentation of core modules.
extra-source-files:
CHANGELOG.md