| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- 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 bifunctors to version 5.5.3.
5.5.3 [2018.07.04]
- -----------------
* Make `biliftA2` a class method of `Biapplicative`.
* Add the `traverseBia`, `sequenceBia`, and `traverseBiaWith` functions for
traversing a `Traversable` container in a `Biapplicative`.
* Avoid incurring some dependencies when using recent GHCs.
- Update bifunctors to version 5.5.2 revision 2.
* `Data.Bifunctor.TH` now derives `bimap`/`bitraverse`
implementations for empty data types that are strict in the argument.
* `Data.Bifunctor.TH` no longer derives `bifoldr`/`bifoldMap` implementations
that error on empty data types. Instead, they simply return the folded state
(for `bifoldr`) or `mempty` (for `bifoldMap`).
* When using `Data.Bifunctor.TH` to derive `Bifunctor` or `Bitraversable`
instances for data types where the last two type variables are at phantom
roles, generated `bimap`/`bitraverse` implementations now use `coerce` for
efficiency.
* Add `Options` to `Data.Bifunctor.TH`, along with variants of existing
functions that take `Options` as an argument. For now, the only configurable
option is whether derived instances for empty data types should use the
`EmptyCase` extension (this is disabled by default).
- Update bifunctors to version 5.5.11 revision 1. Upstream has revised the Cabal build instructions on Hackage.
- Update bifunctors to version 5.5.11. 5.5.11 [2021.04.30] - ------------------ * Allow building with `template-haskell-2.18` (GHC 9.2).
- 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.
- Update bifunctors to version 5.5.9. 5.5.9 [2020.12.30] - ----------------- * Explicitly mark modules as Safe or Trustworthy.
- disable %{ix86} build
- Update bifunctors to version 5.5.8.
5.5.8 [2020.10.01]
- -----------------
* Fix a bug in which `deriveBifunctor` would fail on sufficiently complex uses
of rank-n types in constructor fields.
* Fix a bug in which `deriveBiunctor` and related functions would needlessly
reject data types whose two last type parameters appear as oversaturated
arguments to a type family.
- Update bifunctors to version 5.5.7 revision 1. Upstream has revised the Cabal build instructions on Hackage.
- Replace %setup -q with the more modern %autosetup macro.
- Re-generate file with latest version of spec-cleaner.
- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
- Update to version 5.4.2 with cabal2obs.
- Update to version 5.4.1 revision 1 with cabal2obs.
- Update to version 5.4.1 revision 0 with cabal2obs.
- Update to version 5.2 revision 0 with cabal2obs.
- update to 5.2
* dded several Arrow-like instances for Tannen so we can use it as the Cayley
construction if needed.
* Added Data.Bifunctor.Sum
* Added BifunctorFunctor, BifunctorMonad and BifunctorComonad.
- update to 5.1
* Added Data.Bifunctor.Fix
* Added Data.Bifunctor.TH, which permits TemplateHaskell-based deriving
of Bifunctor, Bifoldable and Bitraversable instances.
* Simplified Bitraversable.
- update to version 5 * Inverted the dependency on semigroupoids. We can support a much wider array of base versions than it can. * Added flags
- correct licence to BSD-2-Clause
- initial commit