Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-th-abstraction for openSUSE:Factory checked in at 2024-12-20 23:11:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-th-abstraction (Old) and /work/SRC/openSUSE:Factory/.ghc-th-abstraction.new.1881 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-th-abstraction" Fri Dec 20 23:11:01 2024 rev:22 rq:1231476 version:0.7.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-th-abstraction/ghc-th-abstraction.changes 2024-03-27 20:43:41.967624133 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-th-abstraction.new.1881/ghc-th-abstraction.changes 2024-12-20 23:11:55.519700387 +0100 @@ -1,0 +2,26 @@ +Thu Dec 5 11:48:06 UTC 2024 - Peter Simons <[email protected]> + +- Update th-abstraction to version 0.7.1.0. + ## 0.7.1.0 -- 2024.12.05 + * Drop support for pre-8.0 versions of GHC. + +------------------------------------------------------------------- +Sun Mar 17 15:30:04 UTC 2024 - Peter Simons <[email protected]> + +- Update th-abstraction to version 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. + +------------------------------------------------------------------- Old: ---- th-abstraction-0.6.0.0.tar.gz th-abstraction.cabal New: ---- th-abstraction-0.7.1.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-th-abstraction.spec ++++++ --- /var/tmp/diff_new_pack.1Q3Ai1/_old 2024-12-20 23:11:56.159726774 +0100 +++ /var/tmp/diff_new_pack.1Q3Ai1/_new 2024-12-20 23:11:56.163726939 +0100 @@ -20,13 +20,12 @@ %global pkgver %{pkg_name}-%{version} %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.6.0.0 +Version: 0.7.1.0 Release: 0 Summary: Nicer interface for reified information about data types License: ISC URL: https://hackage.haskell.org/package/%{pkg_name} Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz -Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-base-devel BuildRequires: ghc-base-prof @@ -71,7 +70,6 @@ %prep %autosetup -n %{pkg_name}-%{version} -cp -p %{SOURCE1} %{pkg_name}.cabal %build %ghc_lib_build ++++++ th-abstraction-0.6.0.0.tar.gz -> th-abstraction-0.7.1.0.tar.gz ++++++ ++++ 2741 lines of diff (skipped)
