Package Release Info

ghc-bifunctors-5.5.11-bp154.1.15

Update Info: Base Release
Available in Package Hub : 15 SP4

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

ghc-bifunctors
ghc-bifunctors-devel

Change Logs

* Wed Aug 04 2021 psimons@suse.com
- Update bifunctors to version 5.5.11 revision 1.
  Upstream has revised the Cabal build instructions on Hackage.
* Fri Apr 30 2021 psimons@suse.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 psimons@suse.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 psimons@suse.com
- Update bifunctors to version 5.5.9.
  5.5.9 [2020.12.30]
  - -----------------
  * Explicitly mark modules as Safe or Trustworthy.
* Thu Dec 17 2020 Ond?ej SĂșkup <mimi.vx@gmail.com>
- disable %{ix86} build
* Tue Oct 06 2020 psimons@suse.com
- 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.
* Mon Aug 31 2020 psimons@suse.com
- Update bifunctors to version 5.5.7 revision 1.
  Upstream has revised the Cabal build instructions on Hackage.
* Tue Aug 18 2020 Peter Simons <psimons@suse.com>
- Replace %setup -q with the more modern %autosetup macro.
* Tue Jun 16 2020 Peter Simons <psimons@suse.com>
- Re-generate file with latest version of spec-cleaner.
Version: 5.4.2-bp150.2.4
* Thu Aug 03 2017 psimons@suse.com
- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
* Mon Apr 24 2017 psimons@suse.com
- Update to version 5.4.2 with cabal2obs.
* Thu Dec 08 2016 psimons@suse.com
- Update to version 5.4.1 revision 1 with cabal2obs.
* Thu Sep 15 2016 psimons@suse.com
- Update to version 5.4.1 revision 0 with cabal2obs.
Version: 5.2-2.5
* Sun Jul 10 2016 psimons@suse.com
- Update to version 5.2 revision 0 with cabal2obs.
* Wed Jan 20 2016 mimi.vx@gmail.com
- 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.
* Thu Dec 17 2015 mimi.vx@gmail.com
- 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.
* Thu Aug 06 2015 mimi.vx@gmail.com
- update to version 5
  * Inverted the dependency on semigroupoids. We can support a much wider array of base
  versions than it can.
  * Added flags
* Thu May 21 2015 mimi.vx@gmail.com
- correct licence to BSD-2-Clause
* Sun Apr 26 2015 mimi.vx@gmail.com
- initial commit