Next | Query returned 11 messages, browsing 1 to 10 | Previous

History of commit frequency

CVS Commit History:


   2014-08-29 16:10:14 by Ryosuke Moro | Files touched by this commit (101)
Log message:
make it clear what package depend on

discussed with wiz@.
   2014-08-02 23:44:59 by Ryosuke Moro | Files touched by this commit (33)
Log message:
Remove hs-distributive, imported to pkgsrc/math.
Remove hs-regex-posix, imported to pkgsrc/textproc.
Remove hs-safe, imported to pkgsrc/devel.
   2014-07-30 23:34:05 by Ryosuke Moro | Files touched by this commit (2)
Log message:
Update to 4.2.0.1

CHANGELOG:
4.2.0.1
-------
* Avoided using 'type' in the export list, as that doesn't work on 7.4.
   2014-07-29 23:37:04 by Ryosuke Moro | Files touched by this commit (4)
Log message:
Update to 4.2

CHANGELOG:
4.2
---
* Renamed `-|` to `ProfunctorAdjunction` because GHC 7.4 still exists in the wild.
* Renamed `-/->` to `:->` for the same reason. Also the former was \ 
confusing as they conflated profunctor homomorphisms and profunctors themselves.

4.1
---
* Flipped the order of 'Procompose'
* Added the notion of Monads and Comonads on the category of profunctors.
* Added 'Cayley' which takes normal Haskell Monads and Comonads to a \ 
'ProfunctorMonad' and 'ProfunctorComonad' respectively. Cayley is also known as \ 
the 'static arrow' construction
* Added 'Closed' which is adjoint to 'Strong'.
* Added 'Closure' which freely adjoins 'Closed' to any 'Profunctor'.
* Added 'Tambara' which freely adjoins 'Strong' to any 'Profunctor'.
* Added 'Cotambara' which freely adjoins 'Choice' to any 'Profunctor'.
* Under the new 'Procompose' the old 'Rift' is now 'Ran', and the old 'Lift' was \ 
misnamed. It is now 'Rift'

4.0.3
-----
* Added `Data.Profunctor.Lift` containing the left Kan lift of a profunctor.
   2014-05-17 23:00:05 by Ryosuke Moro | Files touched by this commit (25)
Log message:
Remove hs-tagged, imported to pkgsrc/devel
   2014-05-15 23:49:04 by Ryosuke Moro | Files touched by this commit (110)
Log message:
Remove hs-transformers, imported to pkgsrc/devel.
   2014-05-05 02:03:01 by Ryosuke Moro | Files touched by this commit (74)
Log message:
Update MAINTAINER address
   2014-04-21 11:11:37 by Ryosuke Moro | Files touched by this commit (38)
Log message:
- ready for HASKELL_ENABLE_HADDOCK_DOCUMENTATION= yes
   2013-12-27 23:08:28 by Ryosuke Moro | Files touched by this commit (3)
Log message:
Update to 4.0.2

CHANGELOG:
4.0.2
* Added `assoc` to `Data.Profunctor.Composition` so that we have all 3 associators.
   2013-10-14 12:54:17 by Ryosuke Moro | Files touched by this commit (5)
Log message:
Update to 4.0.1

CHANGELOG:
4.0.1
 - Give signatures involving an Iso newtype for the various isomorphisms in
   Composition and Rep
4.0
 * Merged the contents of `profunctor-extras` into `profunctors`.

Next | Query returned 11 messages, browsing 1 to 10 | Previous