CVS log for pkgsrc/sysutils/hs-co-log-core/buildlink3.mk
Up to [cvs.NetBSD.org] / pkgsrc / sysutils / hs-co-log-core
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed Mar 5 03:39:51 2025 UTC (2 weeks, 2 days ago) by pho
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2
lines
recursive revbump after patching lang/ghc910
Revision 1.8: download - view: text, markup, annotated - select for diffs
Sun Feb 2 13:05:45 2025 UTC (6 weeks, 5 days ago) by pho
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2
lines
Bump all Haskell packages after switching the default compiler.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri Jan 31 06:47:49 2025 UTC (7 weeks ago) by pho
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2
lines
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
Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu May 9 01:32:35 2024 UTC (10 months, 1 week ago) by pho
Branches: MAIN
CVS tags: pkgsrc-2024Q4-base,
pkgsrc-2024Q4,
pkgsrc-2024Q3-base,
pkgsrc-2024Q3,
pkgsrc-2024Q2-base,
pkgsrc-2024Q2
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2
lines
Recursive revbump after changing the default Haskell compiler
Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Nov 2 06:37:23 2023 UTC (16 months, 2 weeks ago) by pho
Branches: MAIN
CVS tags: pkgsrc-2024Q1-base,
pkgsrc-2024Q1,
pkgsrc-2023Q4-base,
pkgsrc-2023Q4
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2
lines
Revbump all Haskell after updating lang/ghc96
Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Oct 24 17:33:24 2023 UTC (16 months, 3 weeks ago) by pho
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2
lines
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
Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Oct 9 04:54:45 2023 UTC (17 months, 1 week ago) by pho
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2
lines
Bump Haskell packages after updating lang/ghc94
Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Feb 7 01:41:05 2023 UTC (2 years, 1 month ago) by pho
Branches: MAIN
CVS tags: pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
pkgsrc-2023Q1-base,
pkgsrc-2023Q1
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2
lines
revbump all the Haskell packages after modifying the runtime system of lang/ghc94
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat Jan 28 05:43:27 2023 UTC (2 years, 1 month ago) by pho
Branches: MAIN
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
CVSweb <webmaster@jp.NetBSD.org>