Changelog for
ghc-bifunctors-devel-5.5.15-6.294.x86_64.rpm :
* Thu Mar 30 2023 Peter Simons
- Updated spec file to conform with ghc-rpm-macros-2.5.2.
* Mon Feb 27 2023 Peter Simons - Update bifunctors to version 5.5.15. 5.5.15 [2023.02.27] - ------------------
* Support `th-abstraction-0.5.
*`.
* Thu Dec 08 2022 Peter Simons - Update bifunctors to version 5.5.14. 5.5.14 [2022.12.07] - ------------------
* Define `Functor`, `Foldable`, and `Traversable` instances for `Sum` and `Product`.
* Mon Sep 12 2022 Peter Simons - Update bifunctors to version 5.5.13. 5.5.13 [2022.09.12] - ------------------
* Make the `Biapplicative` instances for tuples lazy, to match their `Bifunctor` instances.
* Sat Jul 23 2022 Peter Simons - Update bifunctors to version 5.5.12 revision 1. Upstream has revised the Cabal build instructions on Hackage.
* Sun May 08 2022 Peter Simons - Update bifunctors to version 5.5.12. 5.5.12 [2022.05.07] - ------------------
* Backport an upstream GHC change which removes the default implementation of `bitraverse`. Per the discussion in https://github.com/haskell/core-libraries-committee/issues/47, this default implementation was completely broken, as attempting to use it would always result in an infinite loop.
* Wed Aug 04 2021 psimonsAATTsuse.com- Update bifunctors to version 5.5.11 revision 1. Upstream has revised the Cabal build instructions on Hackage.
* Fri Apr 30 2021 psimonsAATTsuse.com- Update bifunctors to version 5.5.11. 5.5.11 [2021.04.30] - ------------------
* Allow building with `template-haskell-2.18` (GHC 9.2).
* Sun Jan 24 2021 psimonsAATTsuse.com- Update bifunctors to version 5.5.10. 5.5.10 [2021.01.21] - ------------------
* Fix a bug in which `deriveBifoldable` could generate code that triggers `-Wunused-matches` warnings.
* Wed Dec 30 2020 psimonsAATTsuse.com- Update bifunctors to version 5.5.9. 5.5.9 [2020.12.30] - -----------------
* Explicitly mark modules as Safe or Trustworthy.