From 8bb348971cd2bc24d34122f47135b027a20ab4db Mon Sep 17 00:00:00 2001 From: Marcin Szamotulski Date: Fri, 6 Dec 2019 12:43:40 +0100 Subject: [PATCH] Updated package description --- free-category.cabal | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/free-category.cabal b/free-category.cabal index 5ee280c..e6636aa 100644 --- a/free-category.cabal +++ b/free-category.cabal @@ -1,11 +1,11 @@ name: free-category version: 0.0.4.0 -synopsis: Efficient data types for free categories and free arrows. +synopsis: efficient data types for free categories and arrows description: - Provide various free categories / type aligned queues and useful type - classes which allows to write abstract categories with side effects (Kleisli + Provide various data types for free categories / type aligned queues, type + classes which allow to write abstract categories with side effects (Kleisli like categories). These are useful for encoding type safe state machines. - Also free arrows are provided. + Free arrows are also provided. category: Algebra, Control, Monads, Category homepage: https://github.com/coot/free-category#readme bug-reports: https://github.com/coot/free-category/issues