File ghc-profunctors.changes of Package ghc-profunctors
-------------------------------------------------------------------
Thu Aug 6 19:30:53 UTC 2015 - mimi.vx@gmail.com
- update to 5.1.1
* Add proper support for GHC 7.0+.
* instance Costrong (Cokleisli f).
* instance Cochoice (Star f).
* Changed the instance for Cochoice (Costar f).
* MINIMAL pragma for Costrong and Cochoice.
* More Costrong and Cochoice instances.
* UpStar and DownStar have become Star and Costar. Star is analogous to Kleisli,
Costar is analogous to Cokleisli.
* Split representability into sieves and representability.
* Moved Data.Profunctor.Collage to semigroupoids 5, and removed the semigroupoids
dependency.
-------------------------------------------------------------------
Sun Apr 26 17:37:38 UTC 2015 - mimi.vx@gmail.com
- initial commit