AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- disable %{ix86} build
- Add contravariant at version 1.5.5.
- Update contravariant to version 1.5.5. 1.5.5 [2021.07.27] - ----------------- * Fix the build on old GHCs using `transformers-0.6.*`.
- Update contravariant to version 1.5.3. 1.5.3 [2020.12.30] - ----------------- * Explicitly mark modules as `Safe`.
- disable %{ix86} build
- Replace %setup -q with the more modern %autosetup macro.
- Re-generate file with latest version of spec-cleaner.
- Drop obsolete group attributes.
- Update contravariant to version 1.5.2. 1.5.2 [2019.06.03] - ----------------- * Mark `Data.Functor.Contravariant` and `Data.Functor.Contravariant.Generic` as unconditionally `Trustworthy`.
- Update contravariant to version 1.5.1. 1.5.1 [2019.05.02] - ----------------- * Remove the use of `unsafeCoerce` in `Data.Functor.Contravariant.Generic`. As a result, the `safe` flag has been removed, as it is no longer used.
- Use https URL to refer to bugs.opensuse.org.
- Cosmetic: replace tabs with blanks, strip trailing white space, and update copyright headers with spec-cleaner.
- Update contravariant to version 1.5. 1.5 [2018.07.01] - --------------- * Support building with GHC 8.6, where `Data.Functor.Contravariant` has been moved into `base`.
- Update contravariant to version 1.4.1 revision 1. * Add `Semigroup` and `Monoid` instances for `Predicate`. * Add lots of documentation explaining `Contravariant`, `Divisible`, and `Decidable`. * Fix some dodgy CPP usage that caused the build to fail on Eta.
- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
- Update to version 1.4 revision 0 with cabal2obs.
- update to 1.4 * Improved the performance of Deciding at the cost of downgrading it to Trustworthy. * Support for transformers 0.5
- update to 1.3.3 * Add instance Monoid m => Divisible (Const m)
- update to 1.3.2 * Add ($<) operator
- update to 1.3.1.1 * Fix builds
- initial commit