./sysutils/hs-co-log-core, Composable Contravariant Comonadic Logging Library

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.3.2.1nb1, Package name: hs-co-log-core-0.3.2.1nb1, Maintainer: pkgsrc-users

This package provides core types and functions to work with the LogAction
data type which is both simple and powerful.

newtype LogAction m msg = LogAction
{ unLogAction :: msg -> m ()
}

The ideas behind this package are described in the following blog post:

co-log: Composable Contravariant Combinatorial Comonadic Configurable
Convenient Logging
https://kowainik.github.io/posts/2018-09-25-co-log


Master sites:

Filesize: 18.106 KB

Version history: (Expand)


CVS history: (Expand)


   2023-11-02 07:37:49 by Masatake Daimon | Files touched by this commit (1141)
Log message:
Revbump all Haskell after updating lang/ghc96
   2023-10-24 19:33:24 by Masatake Daimon | Files touched by this commit (4)
Log message:
sysutils/hs-co-log-core: Update to 0.3.2.1

0.3.2.1 — Oct 20, 2023
What's Changed

    Relax doctest boundaries. by @alaendle in #32
    GA(deps): Bump actions/checkout from 3 to 4 by @dependabot in #35
    Allow doctest-0.22 by @Vekhir in #36
    [#29] Support GHC 9.6 by @vrom911 in #33
    Support ghc-9.8 by @alaendle in #37
    Publish to hackage directly from GitHub by @alaendle in #38

New Contributors

    @Vekhir made their first contribution in \ 
https://github.com/co-log/co-log-core/pull/36

Full Changelog: https://github.com/co-log/co-log-core/compare/v0.3.2.0...v0.3.2.1
   2023-10-09 06:55:01 by Masatake Daimon | Files touched by this commit (988)
Log message:
Bump Haskell packages after updating lang/ghc94
   2023-01-28 06:43:27 by Masatake Daimon | Files touched by this commit (5)
Log message:
sysutils/hs-co-log-core: import hs-co-log-core-0.3.2.0

This package provides core types and functions to work with the LogAction
data type which is both simple and powerful.

newtype LogAction m msg = LogAction
    { unLogAction :: msg -> m ()
    }

The ideas behind this package are described in the following blog post:

co-log: Composable Contravariant Combinatorial Comonadic Configurable
Convenient Logging
https://kowainik.github.io/posts/2018-09-25-co-log