NOTICE: This package has been removed from pkgsrc

./wip/hs-io-storage, Key-value store in the IO monad

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


Branch: CURRENT, Version: 0.3, Package name: hs-io-storage-0.3, Maintainer: pho

This library allows an application to extend the 'global state' hidden
inside the IO monad with semi-arbitrary data. Data is required to be
Typeable. The library provides an essentially unbounded number of
key-value stores indexed by strings, with each key within the stores
also being a string.


Required to run:
[wip/ghc]

Required to build:
[pkgtools/cwrappers]

Master sites:

SHA1: b78532c1cc1cb3cf8064047615786f65c39f5758
RMD160: 84b3547be233148fca55531d742b0641da31c495
Filesize: 2.918 KB

Version history: (Expand)


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@.
   2011-07-08 11:58:32 by PHO / phonohawk | Files touched by this commit (5) | Imported package
Log message:
Import hs-io-storage-0.3 as wip/hs-io-storage.

This library allows an application to extend the 'global state' hidden
inside the IO monad with semi-arbitrary data. Data is required to be
Typeable. The library provides an essentially unbounded number of
key-value stores indexed by strings, with each key within the stores
also being a string.