NOTICE: This package has been removed from pkgsrc

./wip/hs-data-accessor, Utilities for accessing and manipulating field of records

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


Branch: CURRENT, Version: 0.2.2.3, Package name: hs-data-accessor-0.2.2.3, Maintainer: pho

With this package you can define record field accessors which allow
setting, getting and modifying values easily. The package clearly
demonstrates the power of the functional approach: You can combine
accessors of a record and sub-records, to make the access look like
the fields of the sub-record belong to the main record.


Required to run:
[devel/hs-transformers]

Required to build:
[pkgtools/cwrappers]

Master sites:

SHA1: 2fc1e13804f59bb1aa8fce111cf6a2b5b73444b8
RMD160: fcee79837b8da1b076b6342d37e540c37597c53f
Filesize: 9.406 KB

Version history: (Expand)


CVS history: (Expand)


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

discussed with wiz@.
   2014-05-15 23:49:04 by Ryosuke Moro | Files touched by this commit (110)
Log message:
Remove hs-transformers, imported to pkgsrc/devel.
   2013-01-14 09:40:58 by Ryosuke Moro | Files touched by this commit (2)
Log message:
Update to 0.2.2.3

   2012-03-04 07:08:44 by PHO / phonohawk | Files touched by this commit (3) | Package updated
Log message:
Upstream update to data-accessor-0.2.2.1

   2011-07-08 10:26:09 by PHO / phonohawk | Files touched by this commit (4) | Package updated
Log message:
Upstream update to data-accessor-0.2.2

   2010-02-19 07:24:26 by PHO / phonohawk | Files touched by this commit (3) | Package updated
Log message:
Upstream update to data-accessor-0.2.1.2

   2009-09-23 07:19:11 by PHO / phonohawk | Files touched by this commit (5) | Imported package
Log message:
Import hs-data-accessor-0.2.1 as wip/hs-data-accessor.

With this package you can define record field accessors which allow
setting, getting and modifying values easily. The package clearly
demonstrates the power of the functional approach: You can combine
accessors of a record and sub-records, to make the access look like
the fields of the sub-record belong to the main record.