Path to this page:
NOTICE: This package has been removed from pkgsrc./
wip/hs-profunctors,
Profunctors
Branch: CURRENT,
Version: 4.2.0.1,
Package name: hs-profunctors-4.2.0.1,
Maintainer: szptvlfnProfunctors
Required to run:[
wip/ghc] [
wip/hs-comonad] [
devel/hs-transformers] [
devel/hs-tagged] [
math/hs-distributive]
Required to build:[
pkgtools/cwrappers]
Master sites:
SHA1: 8ccdc28e56988531711fd549631d83e388f7bb0b
RMD160: e74aff3f500a4e204c26605b4e88eaf99c130863
Filesize: 14.653 KB
Version history: (Expand)
- (2019-12-17) Package deleted from pkgsrc
- (2019-12-15) Package has been reborn
- (2019-12-14) Package deleted from pkgsrc
- (2019-06-25) Package has been reborn
- (2019-06-11) Package deleted from pkgsrc
- (2018-09-10) Package has been reborn
CVS history: (Expand)
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
|