Path to this page:
./
sysutils/hs-co-log-core,
Composable Contravariant Comonadic Logging Library
Branch: CURRENT,
Version: 0.3.2.1nb2,
Package name: hs-co-log-core-0.3.2.1nb2,
Maintainer: pkgsrc-usersThis 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)
- (2024-05-09) Updated to version: hs-co-log-core-0.3.2.1nb2
- (2023-11-02) Updated to version: hs-co-log-core-0.3.2.1nb1
- (2023-10-24) Updated to version: hs-co-log-core-0.3.2.1
- (2023-10-09) Updated to version: hs-co-log-core-0.3.2.0nb2
- (2023-02-09) Updated to version: hs-co-log-core-0.3.2.0nb1
- (2023-01-28) Package added to pkgsrc.se, version hs-co-log-core-0.3.2.0 (created)
CVS history: (Expand)
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
|