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. WWW: https://github.com/HeinrichApfelmus/vault Obtained from: FreeBSD Haskell
22 lines
459 B
Makefile
22 lines
459 B
Makefile
# New ports collection makefile for: hs-vault
|
|
# Date created: April 7, 2012
|
|
# Whom: haskell@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= vault
|
|
PORTVERSION= 0.2.0.0
|
|
CATEGORIES= devel haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= A persistent store for values of arbitrary types
|
|
|
|
LICENSE= BSD
|
|
|
|
CABAL_SETUP= Setup.hs
|
|
|
|
USE_CABAL= hashable unordered-containers>=0.2.1.0
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|