File ghc-bifunctors.changes of Package ghc-bifunctors
-------------------------------------------------------------------
Wed Jan 20 08:55:42 UTC 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 10:34:03 UTC 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 6 19:08:19 UTC 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 06:33:23 UTC 2015 - mimi.vx@gmail.com
- correct licence to BSD-2-Clause
-------------------------------------------------------------------
Sun Apr 26 17:31:01 UTC 2015 - mimi.vx@gmail.com
- initial commit