CVS log for pkgsrc/devel/hs-constraints-extras/Makefile
Up to [cvs.NetBSD.org] / pkgsrc / devel / hs-constraints-extras
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.11: download - view: text, markup, annotated - select for diffs
Wed Mar 5 03:39:07 2025 UTC (3 weeks, 2 days ago) by pho
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2
lines
recursive revbump after patching lang/ghc910
Revision 1.10: download - view: text, markup, annotated - select for diffs
Sun Feb 2 13:05:01 2025 UTC (7 weeks, 4 days ago) by pho
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -1
lines
Bump all Haskell packages after switching the default compiler.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Fri Jan 31 05:22:56 2025 UTC (8 weeks ago) by pho
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +3 -9
lines
devel/hs-constraints-extras: update to constraints-extras-0.4.0.2
## 0.4.0.2
* Support GHC 9.12
## 0.4.0.1
* Support GHC 9.10
* Bump `base` and `template-haskell` upper bounds
## 0.4.0.0 revision 2 - 2023-11-20
* Support GHC 9.8
Bump `base` and `template-haskell` upper bounds
## 0.4.0.0 revision 1 - 2023-05-10
* Support GHC 9.6
Bump `base` and `template-haskell` upper bounds
Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu May 9 01:31:50 2024 UTC (10 months, 2 weeks 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.7: preferred, colored
Changes since revision 1.7: +2 -2
lines
Recursive revbump after changing the default Haskell compiler
Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Nov 2 06:36:24 2023 UTC (16 months, 3 weeks ago) by pho
Branches: MAIN
CVS tags: pkgsrc-2024Q1-base,
pkgsrc-2024Q1,
pkgsrc-2023Q4-base,
pkgsrc-2023Q4
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2
lines
Revbump all Haskell after updating lang/ghc96
Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Oct 30 08:02:31 2023 UTC (16 months, 4 weeks ago) by pho
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +6 -1
lines
devel/hs-constraints-extras: Fix build with GHC 9.6
Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Oct 9 04:54:10 2023 UTC (17 months, 2 weeks ago) by pho
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2
lines
Bump Haskell packages after updating lang/ghc94
Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Feb 7 01:40:30 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.3: preferred, colored
Changes since revision 1.3: +2 -1
lines
revbump all the Haskell packages after modifying the runtime system of lang/ghc94
Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Jan 26 11:11:15 2023 UTC (2 years, 2 months ago) by pho
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -4
lines
devel/hs-constraints-extras: Update to 0.4.0.0
0.4.0.0 - 2022-11-18
* Make Has from a type synonym into the class upon which everything else is
based. Instances may define either has or argDict which are now both
methods of Has. This should hopefully improve the readability of type
errors involving the library a fair bit, as everything wanted to use Has,
but it was defined in terms of the less commonly appearing ArgDict and
ConstraintsFor.
* The ConstraintsFor type family has been removed as it is now unnecessary,
as instances of Has can simply be constrained directly. This has the
added benefit of allowing QuantifiedConstraints in those instance heads
that formerly would not have been allowed as part of the result of a type
family.
* The ArgDict class has also been removed, as it was also basically never
used on its own.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat Feb 26 03:57:51 2022 UTC (3 years, 1 month ago) by pho
Branches: MAIN
CVS tags: pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -1
lines
Bump all Haskell packages after enabling "split sections" in mk/haskell.mk
Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Feb 16 05:00:36 2022 UTC (3 years, 1 month ago) by pho
Branches: MAIN
devel/hs-constraints-extras: import hs-constraints-extras-0.3.2.1
Convenience functions and TH for working with constraints.
CVSweb <webmaster@jp.NetBSD.org>