pkgsrc-wip/hs-vault/Makefile
Ryosuke Moro 1bd45d10f2 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.
2013-05-06 21:29:57 +00:00

13 lines
343 B
Makefile

# $NetBSD: Makefile,v 1.1 2013/05/06 21:29:57 szptvlfn Exp $
#
DISTNAME= vault-0.2.0.4
CATEGORIES= devel
MAINTAINER= szptvlfn@a-net.email.ne.jp
HOMEPAGE= https://github.com/HeinrichApfelmus/vault
COMMENT= Persistent store for values of arbitrary types
LICENSE= modified-bsd
.include "../../wip/mk/haskell.mk"
.include "../../mk/bsd.pkg.mk"