The NetBSD Project

CVS log for pkgsrc/devel/hs-th-abstraction/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / devel / hs-th-abstraction

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.20: download - view: text, markup, annotated - select for diffs
Wed Mar 5 03:39:32 2025 UTC (2 weeks, 5 days ago) by pho
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -2 lines
recursive revbump after patching lang/ghc910

Revision 1.19: download - view: text, markup, annotated - select for diffs
Sun Feb 2 13:05:26 2025 UTC (7 weeks, 1 day ago) by pho
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -1 lines
Bump all Haskell packages after switching the default compiler.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Wed Jan 29 19:19:35 2025 UTC (7 weeks, 5 days ago) by pho
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -3 lines
devel/hs-th-abstraction: update to th-abstraction-0.7.1.0

## 0.7.1.0 -- 2024.12.05
* Drop support for pre-8.0 versions of GHC.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Thu May 9 01:32:15 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.16: preferred, colored
Changes since revision 1.16: +2 -1 lines
Recursive revbump after changing the default Haskell compiler

Revision 1.16: download - view: text, markup, annotated - select for diffs
Thu May 2 23:23:12 2024 UTC (10 months, 3 weeks ago) by wiz
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -3 lines
hs-th-abstraction: update to 0.7.0.0.

## 0.7.0.0 -- 2024.03.17
* `DatatypeInfo` now has an additional `datatypeReturnKind` field. Most of the
  time, this will be `StarT`, but this can also be more exotic kinds such as
  `ConT ''UnliftedType` if dealing with primitive types, `UnliftedDatatypes`,
  or `UnliftedNewtypes`.
* `reifyDatatype` and related functions now support primitive types such as
  `Int#`. These will be reified as `DatatypeInfo`s with no `ConstructorInfo`s
  and with `Datatype` as the `datatypeVariant`.
* `normalizeCon` now takes a `Kind` argument representing the return kind of
  the parent data type. (This is sometimes necessary to determine which type
  variables in the data constructor are universal or existential, depending
  on if the variables appear in the return kind.)
* Fix a couple of bugs in which `normalizeDec` would return incorrect results
  for GADTs that use `forall`s in their return kind.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Thu Nov 2 06:36:59 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.14: preferred, colored
Changes since revision 1.14: +2 -1 lines
Revbump all Haskell after updating lang/ghc96

Revision 1.14: download - view: text, markup, annotated - select for diffs
Fri Oct 27 06:20:28 2023 UTC (16 months, 3 weeks ago) by pho
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -3 lines
devel/hs-th-abstraction: Update to 0.6.0.0

The release note is too long to paste here. See:
https://hackage.haskell.org/package/th-abstraction-0.6.0.0/changelog

Revision 1.13: download - view: text, markup, annotated - select for diffs
Mon Oct 9 04:54:31 2023 UTC (17 months, 2 weeks ago) by pho
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2 lines
Bump Haskell packages after updating lang/ghc94

Revision 1.12: download - view: text, markup, annotated - select for diffs
Tue Feb 7 01:40:51 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.11: preferred, colored
Changes since revision 1.11: +2 -1 lines
revbump all the Haskell packages after modifying the runtime system of lang/ghc94

Revision 1.11: download - view: text, markup, annotated - select for diffs
Wed Jan 25 09:12:18 2023 UTC (2 years, 1 month ago) by pho
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2 lines
devel/hs-th-abstraction: Update to 0.4.5.0

0.4.5.0 -- 2022.09.12
* Fix a bug in which data family declarations with interesting return kinds
  (e.g., data family F :: Type -> Type) would be reified incorrectly when
  using reifyDatatype.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Thu Aug 18 19:10:18 2022 UTC (2 years, 7 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -3 lines
hs-th-abstraction: update to 0.4.4.0.

## 0.4.4.0 -- 2022.07.23
* Support free variable substitution and infix resolution for
  `PromotedInfixT` and `PromotedUInfixT` on `template-haskell-2.19.0.0` or
  later.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sat Feb 26 03:58:09 2022 UTC (3 years ago) by pho
Branches: MAIN
CVS tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
Bump all Haskell packages after enabling "split sections" in mk/haskell.mk

Revision 1.8: download - view: text, markup, annotated - select for diffs
Sat Feb 12 08:50:39 2022 UTC (3 years, 1 month ago) by pho
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -1 lines
revbump after changing the default Haskell compiler

Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri Feb 11 12:56:30 2022 UTC (3 years, 1 month ago) by pho
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -3 lines
Update to th-abstraction-0.4.3.0

0.4.3.0 -- 2021.08.30
* Make applySubstitution avoid capturing type variable binders when
  substituting into foralls.
* Fix a bug in which resolveTypeSynonyms would incorrectly expand type
  synonyms that are not applied to enough arguments.
* Allow the test suite to build with GHC 9.2.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Jan 18 02:48:13 2022 UTC (3 years, 2 months ago) by pho
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
Bump packages that depends on GHC

Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon May 3 19:01:03 2021 UTC (3 years, 10 months ago) by pho
Branches: MAIN
CVS tags: pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -1 lines
*: Bump PKGREVISION for ghc-9.0.1

Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Apr 23 06:13:07 2021 UTC (3 years, 11 months ago) by pho
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -3 lines
Update to th-abstraction-0.4.2.0

0.4.2.0 -- 2020-12-30
* Explicitly mark modules as Safe (or Trustworthy for GHC versions
  prior to 8.4).

0.4.1.0 -- 2020-12-09
* Fix a bug in which normalizeDec would give incorrect kind
  annotations to type variables in quoted Decs. normalizeDec now
  leaves the kinds of type variable binders alone.

0.4.0.0 -- 2020-09-29
* Adapt to the TyVarBndr data type gaining a new flag type parameter
  (in template-haskell-2.17.0.0) to represent its specificity:
* Introduce a new Language.Haskell.TH.Datatype.TyVarBndr module that
  defines TyVarBndr_, a backwards-compatible type synonym for
  TyVarBndr, as well as backporting TyVarBndrSpec, TyVarBndrUnit, and
  Specificity. This module also defines other useful functions for
  constructing and manipulating TyVarBndrs.
* The types in Language.Haskell.TH.Datatype now use TyVarBndr_,
  TyVarBndrUnit, and TyVarBndrSpec where appropriate. Technically,
  this is not a breaking change, since all three are simple type
  synonyms around TyVarBndr, but it is likely that you will need to
  update your th-abstraction-using code anyway if it involves a
  TyVarBndr-consuming function.

0.3.2.0 -- 2020-02-06
* Support substituting into and extracting free variables from
  ForallVisTs on template-haskell-2.16.0.0 (GHC 8.10) or later.
* Fix a bug in which freeVariables could report duplicate kind
  variables when they occur in the kinds of the type variable binders
  in a ForallT.
* Fix a bug in which resolveInfixT would not resolve UInfixTs
  occurring in the kinds of type variable binders in a ForallT.
* Fix a bug in which the TypeSubstitution ConstructorInfo instance
  would not detect free kind variables in the constructorVars.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Feb 18 15:07:27 2021 UTC (4 years, 1 month ago) by mef
Branches: MAIN
CVS tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
(*/hs-*) BUILDLINK_API_DEPENDS.ghc <8.10, again

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat Feb 13 08:00:59 2021 UTC (4 years, 1 month ago) by mef
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -1 lines
(*/hs-*) fix build, not adapted to ghc90 version

Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Dec 31 15:34:56 2019 UTC (5 years, 2 months ago) by pho
Branches: MAIN
CVS tags: pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1
Import th-abstraction-0.3.1.0

This package normalizes variations in the interface for inspecting
datatype information via Template Haskell so that packages and support
a single, easier to use informational datatype while supporting many
versions of Template Haskell.

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>