CVS log for pkgsrc/devel/hs-atomic-counter/buildlink3.mk
Up to [cvs.NetBSD.org] / pkgsrc / devel / hs-atomic-counter
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Mar 5 03:39:02 2025 UTC (6 weeks, 6 days ago) by pho
Branches: MAIN
CVS tags: pkgsrc-2025Q1-base,
pkgsrc-2025Q1,
HEAD
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2
lines
recursive revbump after patching lang/ghc910
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Feb 2 13:04:57 2025 UTC (2 months, 2 weeks ago) by pho
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2
lines
Bump all Haskell packages after switching the default compiler.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Jan 29 16:24:50 2025 UTC (2 months, 3 weeks ago) by pho
Branches: MAIN
devel/hs-atomic-counter: import hs-atomic-counter-0.1.2.3
This package defines Counter type that can be safely modified concurrently from
multiple threads. The type supports only few operations, namely read, write, cas
(compare and swap), add, subtract and a few bitwise ones like or, and xor.
Most common use case is having a shared counter that multiple threads increment.
Another potential use case is lightweight locks.
CVSweb <webmaster@jp.NetBSD.org>