NOTICE: This package has been removed from pkgsrc

./wip/hs-vault, Persistent store for values of arbitrary types

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


Branch: CURRENT, Version: 0.3.0.3, Package name: hs-vault-0.3.0.3, Maintainer: szptvlfn

A vault is a persistent store for values of arbitrary types. It's like
having first-class access to the storage space behind IORefs.

The data structure is analogous to a bank vault, where you can access
different bank boxes with different keys; hence the name.

Also provided is a locker type, representing a store for a single element.


Required to run:
[wip/ghc] [devel/hs-hashable] [devel/hs-unordered-containers]

Master sites:

SHA1: b099aef96ef0a920d2f8ee9d824e09cee4dfcd9d
RMD160: d0d9af45f39e8a71e66134733b49546eaaa63d2d
Filesize: 4.791 KB

Version history: (Expand)


CVS history: (Expand)


   2014-07-28 23:05:53 by Ryosuke Moro | Files touched by this commit (15) | Package removed
Log message:
Remove hs-blaze-html, imported to pkgsrc/textproc.
Remove hs-vault, imported to pkgsrc/devel.
   2014-05-27 23:38:22 by Ryosuke Moro | Files touched by this commit (27)
Log message:
Remove hs-blaze-markup, imported to pkgsrc/textproc.
Remove hs-unordered-containers, imported to pkgsrc/devel.
   2014-05-25 23:59:28 by Ryosuke Moro | Files touched by this commit (58)
Log message:
Remove hs-hashable, hs-primitive, hs-stm, 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-10 22:51:16 by Ryosuke Moro | Files touched by this commit (3)
Log message:
Update to 0.3.0.3

Changelog:
0.3.0.3
 - Bump version of base.
   2013-09-12 22:11:38 by Ryosuke Moro | Files touched by this commit (4)
Log message:
Update to 0.3.0.2

Changelog:
* 0.3.0.2
 - Fix tarball.

* 0.3.0.1
 - Use CPP to reduce code duplication.
 - GHC 7.4 support

* 0.3.0.0
 - Split modules into Lazy and Strict variants, no default choice.
   Add Hashable instance to Data.Unique.Really for all implementations.
 - Better fix for potential race condition involving 'Unique'.
 - add -Wall flag and fix some warnings it reveals
 - Add strict and lazy variant of the `Vault` data type.
   2013-05-06 23:29:57 by Ryosuke Moro | Files touched by this commit (5)
Log message:
A vault is a persistent store for values of arbitrary types. It's like
having first-class access to the storage space behind IORefs.

The data structure is analogous to a bank vault, where you can access
different bank boxes with different keys; hence the name.

Also provided is a locker type, representing a store for a single element.