Changelog for
ghc-semigroups-devel-0.20-3.34.x86_64.rpm :
* Tue Nov 16 2021 psimonsAATTsuse.com- Update semigroups to version 0.20. 0.20 [2021.11.15] - ----------------
* Support `hashable-1.4`. The `Hashable1` instances added in 0.19.2 are removed for all types except `NonEmpty`, in accordance with the corresponding changes from `hashable-1.4`.
* Mon Nov 01 2021 psimonsAATTsuse.com- Update semigroups to version 0.19.2 revision 2. Upstream has revised the Cabal build instructions on Hackage.
* Fri Sep 03 2021 psimonsAATTsuse.com- Update semigroups to version 0.19.2. 0.19.2 [2021.08.30] - ------------------
* Backport `Hashable1` instances for `NonEmpty`, `Min`, `Max`, `First`, `Last`, `WrappedMonoid`, and `Option`.
* Wed Jul 28 2021 psimonsAATTsuse.com- Update semigroups to version 0.19.1 revision 1. Upstream has revised the Cabal build instructions on Hackage.
* Thu Dec 17 2020 Ondřej Súkup
- disable %{ix86} build
* Tue Aug 18 2020 Peter Simons - Replace %setup -q with the more modern %autosetup macro.
* Tue Jun 16 2020 Peter Simons - Re-generate file with latest version of spec-cleaner.
* Fri Nov 08 2019 Peter Simons - Drop obsolete group attributes.
* Wed Aug 28 2019 psimonsAATTsuse.com- Update semigroups to version 0.19.1. 0.19.1 [2019.08.27] - ------------------
* Add `GenericSemigroupMonoid`, an adapter newtype suitable for `DerivingVia`, to `Data.Semigroup.Generic`.
* Work around a bug related to the backported `Generic(1)` instances in this package (that could only be triggered on GHC 7.2 or 7.4) in which the hand-written `Datatype`, `Constructor`, and `Selector` instances for internal data types could overlap with GHC-generated instances.
* Sat May 11 2019 psimonsAATTsuse.com- Update semigroups to version 0.19. 0.19 [2019.05.10] - ----------------
* The `(<>)` method of the backported `Semigroup` class no longer has a default implementation in terms of `mappend`. This mirrors the `Data.Semigroup` API that was introduced in `base-4.9`. This is a breaking change for any `Semigroup` instances that are defined in tandem with versions of `base` older than 4.9.
* Make the backported `Hashable Arg` instance reflect its respective variants in the `hashable` package. In `hashable-1.3`, the `Hashable Arg` instance only hashes the first argument, lest equal values have different hashes.
* Backport the `Lift (NonEmpty a)` instance introduced in `template-haskell-2.15.0.0`.
* `Data.List.NonEmpty` is now unconditionally `Trustworthy`.