Changelog for
ghc-invariant-0.6-2.168.x86_64.rpm :
* Sat Jul 23 2022 Peter Simons
- Update invariant to version 0.6 revision 1. Upstream has revised the Cabal build instructions on Hackage.
* Sun Jul 03 2022 Peter Simons - Update invariant to version 0.6. [#] 0.6 [2022.07.03]
* Loosen the `Monad` constraint in the `Invariant(2)` instances for `Kleisli` to an `Invariant` constraint.
* Loosen the `Comonad` constraint in the `Invariant2` instance for `Cokleisli` to an `Invariant` constraint.
* Add `Invariant` instances for `PastroSum`, `CopastroSum`, `Environment`, `FreeMapping`, `Pastro`, and `FreeTraversing` from the `profunctors` library.
* Add `Invariant(2)` instances for `Copastro` and `Coyoneda` from the `profunctors` library.
* Sat May 07 2022 Peter Simons - Update invariant to version 0.5.6. [#] 0.5.6 [2022.05.07]
* Add `InvariantProfunctor` and `InvariantArrow` newtypes that admit implementations of `invmap` that only require `Profunctor` or `Arrow` constraints, respectively. Also add top-level `invmapProfunctor` and `invmapArrow` functions.
* Mon Nov 01 2021 psimonsAATTsuse.com- Update invariant to version 0.5.5. [#] 0.5.5 [2021.11.01]
* Allow building with GHC 9.2.
* Allow building with `transformers-0.6.
*`.
* Thu Dec 17 2020 Ondřej Súkup - disable %{ix86} build
* Tue Oct 06 2020 psimonsAATTsuse.com- Update invariant to version 0.5.4. [#] 0.5.4 [2020.10.01]
* Fix a bug in which `deriveInvariant2` would fail on certain data types with three or parameters if the first two parameters had phantom roles.
* Fix a bug in which `deriveInvariant(2)` would fail on sufficiently complex uses of rank-n types in constructor fields.
* Fix a bug in which `deriveInvariant(2)` would needlessly reject data types whose two last type parameters appear as oversaturated arguments to a type family.
* Mon Aug 31 2020 psimonsAATTsuse.com- Update invariant to version 0.5.3 revision 1. Upstream has revised the Cabal build instructions on Hackage.
* 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.