mirror of
https://github.com/haskell-effectful/effectful.git
synced 2024-11-27 11:44:45 +03:00
Slightly update description of packages
This commit is contained in:
parent
1ebe7e1658
commit
fb2ec9a873
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user