Changelog for
ghc-either-5.0.2-1.155.x86_64.rpm :
* Sun May 08 2022 Peter Simons
- Update either to version 5.0.2. 5.0.2 [2022.05.07] - -----------------
* Tweak error messages of `fromRight\'` and `fromLeft\'` for clarity.
* Allow building with `mtl-2.3.
*`.
* Thu Dec 17 2020 Ondřej Súkup - disable %{ix86} build
* Mon Aug 31 2020 psimonsAATTsuse.com- Update either to version 5.0.1.1 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.
* Thu May 07 2020 Peter Simons - Update Cabal file to get more accurate dependency information.
* Fri Nov 08 2019 Peter Simons - Drop obsolete group attributes.
* Fri May 03 2019 psimonsAATTsuse.com- Update either to version 5.0.1.1. 5.0.1.1 [2019.05.02] - -------------------
* Only incur a `semigroups` dependency on pre-8.0 GHCs.
* Sat Oct 20 2018 Peter Simons - Update Cabal build instructions to support ghc-8.6.1.
* Wed Jul 18 2018 psimonsAATTsuse.com- Cosmetic: replace tabs with blanks, strip trailing white space, and update copyright headers with spec-cleaner.
* Fri Jul 13 2018 psimonsAATTsuse.com- Update either to version 5.0.1. 5.0.1 [2018.07.03] - -----------------
* Make the `Semigroup`, `Apply`, and `Applicative` instances for `Validation` lazier.
* Make `vap` lazier in its second argument.
* Introduce `vapm`, an even lazier version of `vap` which requires a `Monoid` constraint. Also add `apm`, a counterpart for `Validation`.
* Use `test-framework` and `QuickCheck` in the test suite.