From fb2ec9a87384c4a8147383354fa44f1730880c35 Mon Sep 17 00:00:00 2001 From: Andrzej Rybczak Date: Fri, 15 Jul 2022 01:48:05 +0200 Subject: [PATCH] Slightly update description of packages --- effectful-core/effectful-core.cabal | 13 +++++++------ effectful-plugin/effectful-plugin.cabal | 7 ++++--- effectful-th/effectful-th.cabal | 5 +++-- effectful/effectful.cabal | 14 ++++++++------ 4 files changed, 22 insertions(+), 17 deletions(-) diff --git a/effectful-core/effectful-core.cabal b/effectful-core/effectful-core.cabal index ca69e9d..c0e6ae8 100644 --- a/effectful-core/effectful-core.cabal +++ b/effectful-core/effectful-core.cabal @@ -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 @@ - 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 @@ + package for the "batteries-included" variant. extra-source-files: CHANGELOG.md diff --git a/effectful-plugin/effectful-plugin.cabal b/effectful-plugin/effectful-plugin.cabal index 1560273..3a9a228 100644 --- a/effectful-plugin/effectful-plugin.cabal +++ b/effectful-plugin/effectful-plugin.cabal @@ -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 diff --git a/effectful-th/effectful-th.cabal b/effectful-th/effectful-th.cabal index 4c82d21..86f8ccb 100644 --- a/effectful-th/effectful-th.cabal +++ b/effectful-th/effectful-th.cabal @@ -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 diff --git a/effectful/effectful.cabal b/effectful/effectful.cabal index 12c19d1..1602fb6 100644 --- a/effectful/effectful.cabal +++ b/effectful/effectful.cabal @@ -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 - @@ - 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 + @@ package + if you need a more limited dependency footprint or want to browse + documentation of core modules. extra-source-files: CHANGELOG.md