Changelog for
ghc-generic-deriving-devel-1.14.2-1.164.x86_64.rpm :
* Sat Jul 23 2022 Peter Simons
- Update generic-deriving to version 1.14.2. [#] 1.14.2 [2022.07.23]
* Fix a bug in which `deriveAll1` could generate ill kinded code when using `kindSigOptions=False`, or when using GHC 8.0 or earlier.
* Fix a bug in which `deriveAll1` would reject data types whose last type variable has a kind besides `Type` or `k` on GHC 8.2 or later.
* Thu Sep 02 2021 psimonsAATTsuse.com- Update generic-deriving to version 1.14.1. [#] 1.14.1 [2021.08.30]
* Backport the `Generic(1)` instances introduced for tuples (8 through 15) in `base-4.16`.
* Make the test suite compile on GHC 9.2 or later.
* Always import `Data.List` qualified to fix the build with recent GHCs.
* Fri Apr 30 2021 psimonsAATTsuse.com- Update generic-deriving to version 1.14 revision 1. Upstream has revised the Cabal build instructions on Hackage.
* Thu Dec 17 2020 Ondřej Súkup - disable %{ix86} build
* Tue Oct 06 2020 psimonsAATTsuse.com- Update generic-deriving to version 1.14. [#] 1.14 [2020.09.30]
* Remove instances for `Data.Semigroup.Option`, which is deprecated as of `base-4.15.0.0`.
* Allow building with `template-haskell-2.17.0.0` (GHC 9.0).
* Fix a bug in which `deriveAll1` would needlessly reject data types whose last type parameter appears as an oversaturated argument to a type family.
* Fri Sep 04 2020 Peter Simons - Replace %setup -q with the more modern %autosetup macro.
* Wed Nov 27 2019 psimonsAATTsuse.com- Update generic-deriving to version 1.13.1. [#] 1.13.1 [2019.11.26]
* Backport the `Generic(1)` instances for `Kleisli` introduced in `base-4.14`.
* Fri Nov 08 2019 Peter Simons - Drop obsolete group attributes.
* Wed Aug 28 2019 psimonsAATTsuse.com- Update generic-deriving to version 1.13. [#] 1.13 [2019.08.27]
* Make `GSemigroup` a superclass of `GMonoid`. Similarly, make `GSemigroup\'` a superclass of `GMonoid\'`.
* In the instance `GMonoid (Maybe a)`, relax the constraint on `a` from `GMonoid` to `GSemigroup`.
* Tue Jun 11 2019 Peter Simons - Update Cabal file for more accurate build dependencies.