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

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


Branch: CURRENT, Version: 0.3.2.4nb1, Package name: hs-co-log-core-0.3.2.4nb1, 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.201 KB

Version history: (Expand)


CVS history: (Expand)


   2025-02-02 14:06:08 by Masatake Daimon | Files touched by this commit (1173)
Log message:
Bump all Haskell packages after switching the default compiler.
   2025-01-31 07:47:49 by Masatake Daimon | Files touched by this commit (3) | Package updated
Log message:
sysutils/hs-co-log-core: update to co-log-core-0.3.2.4

## 0.3.2.4 — January 5, 2024

## What's Changed

* Support ghc-9.12.

**Full Changelog**: https://github.com/co-log/co-log-core/compare/v0.3.2.3...v0.3.2.4

## 0.3.2.3 — December 15, 2024

## What's Changed

* Allow `doctest-0.23`.

**Full Changelog**: https://github.com/co-log/co-log-core/compare/v0.3.2.2...v0.3.2.3

## 0.3.2.2 — May 21, 2024

## What's Changed
* GA(deps): Bump actions/cache from 3 to 4 by @dependabot in \ 
https://github.com/co-log/co-log-core/pull/40
* Support ghc-9.10. by @alaendle in https://github.com/co-log/co-log-core/pull/41

**Full Changelog**: https://github.com/co-log/co-log-core/compare/v0.3.2.1...v0.3.2.2
   2024-05-09 03:32:57 by Masatake Daimon | Files touched by this commit (1137)
Log message:
Recursive revbump after changing the default Haskell compiler
   2024-04-28 18:56:15 by Masatake Daimon | Files touched by this commit (1)
Log message:
sysutils/hs-co-log-core: Fix build with GHC 9.8

This breaks build with the currently default GHC 9.6. Please bear with me
until I switch the default compiler.
   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