CVS log for pkgsrc/devel/hs-choice/buildlink3.mk
Up to [cvs.NetBSD.org] / pkgsrc / devel / hs-choice
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:05 2025 UTC (7 weeks, 3 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:05:00 2025 UTC (2 months, 3 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
Fri Jan 31 02:51:23 2025 UTC (2 months, 3 weeks ago) by pho
Branches: MAIN
devel/hs-choice: import hs-choice-0.2.4.1
Represent do/don't, is/isn't, with/without flags with Choice.
Boolean blindness
(https://existentialtype.wordpress.com/2011/03/15/boolean-blindness) refers
to the problem that boolean literals on their own aren't very
informative. In any given context, what does True mean? What does False
mean? Instead of passing arguments of type Bool to functions, consider
using Choice.
CVSweb <webmaster@jp.NetBSD.org>