NOTICE: This package has been removed from pkgsrc

./wip/hs-distributive, Haskell 98 Distributive functors -- Dual to Traversable

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.4.4, Package name: hs-distributive-0.4.4, Maintainer: pho

Haskell 98 Distributive functors -- Dual to Traversable


Required to run:
[lang/ghc7] [devel/hs-transformers] [devel/hs-tagged] [devel/hs-transformers-compat]

Master sites:

SHA1: 792a2e68674e30293b5dbda29d8094982b406e4c
RMD160: 888bdf40f2b8def1f49c5df2cf4991b081a5387d
Filesize: 6.529 KB

Version history: (Expand)


CVS history: (Expand)


   2014-08-02 23:44:59 by Ryosuke Moro | Files touched by this commit (33) | Package removed
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-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-08 02:34:42 by Ryosuke Moro | Files touched by this commit (4)
Log message:
Update to 0.4.4
pkgsrc changes: static -> dynamic
CHANGELOG:
0.4.4
-----
* `transformers 0.4` compatibility

0.4.3.1
-----
* Fixed builds with older versions of GHC

0.4.2
-------
* Added `Data.Distributive.Generic`.

0.4.1
-----
* `Control.Monad.Instances` is deprecated in GHC 7.8. Don't import it there.

0.4
---
* Added support for `Data.Tagged` and `Data.Proxy`.
   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-10-14 12:32:25 by Ryosuke Moro | Files touched by this commit (3)
Log message:
Update to 0.3.2

changes:
0.3.2
 - motivate the lack of need for "Coapplicative"
   2013-08-17 22:48:31 by Ryosuke Moro | Files touched by this commit (3)
Log message:
Update to 0.3.1

CHANGELOG:
0.3.1
  - Minor documentation fix
0.3
  - Added instances for Control.Applicative.Backwards and
	Data.Functor.Reverse from transformers 0.3, taking them from
	transformers-compat if necessary for transformers 0.2
0.2.2
  - allow compatibility with the platform; transformers
0.2.1
  - dep bump; transformers
   2012-02-01 17:18:18 by PHO / phonohawk | Files touched by this commit (5) | Imported package
Log message:
Import hs-distributive-0.2.0.1 as wip/hs-distributive.

Haskell 98 Distributive functors -- Dual to Traversable