Changelog for
ghc-bifunctors-5.5.3-1.3.x86_64.rpm :
Mon Jul 9 14:00:00 2018 psimonsAATTsuse.com
- 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.
Thu Apr 12 14:00:00 2018 psimonsAATTsuse.com
- Update bifunctors to version 5.5.2 revision 2.
A more detailed change log is not available.
Thu Aug 3 14:00:00 2017 psimonsAATTsuse.com
- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
Mon Apr 24 14:00:00 2017 psimonsAATTsuse.com
- Update to version 5.4.2 with cabal2obs.
Thu Dec 8 13:00:00 2016 psimonsAATTsuse.com
- Update to version 5.4.1 revision 1 with cabal2obs.
Thu Sep 15 14:00:00 2016 psimonsAATTsuse.com
- Update to version 5.4.1 revision 0 with cabal2obs.
Sun Jul 10 14:00:00 2016 psimonsAATTsuse.com
- Update to version 5.2 revision 0 with cabal2obs.
Wed Jan 20 13:00:00 2016 mimi.vxAATTgmail.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 13:00:00 2015 mimi.vxAATTgmail.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 6 14:00:00 2015 mimi.vxAATTgmail.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 14:00:00 2015 mimi.vxAATTgmail.com
- correct licence to BSD-2-Clause
Sun Apr 26 14:00:00 2015 mimi.vxAATTgmail.com
- initial commit