openbsd-ports/devel/hs-hashtables/Makefile
kili 25550303ca This package provides a couple of different implementations of
mutable hash tables in the ST monad, as well as a typeclass abstracting
their common operations, and a set of wrappers to use the hash
tables in the IO monad.

ok ajacoutot@
2014-12-14 14:48:40 +00:00

21 lines
424 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2014/12/14 14:48:40 kili Exp $
COMMENT = mutable hash tables in the ST monad
DISTNAME = hashtables-1.2.0.1
CATEGORIES = devel
# BSD3
PERMIT_PACKAGE_CDROM = Yes
MODULES = lang/ghc
MODGHC_BUILD = cabal hackage haddock register
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = devel/hs-hashable>=1.2.1,<1.3 \
devel/hs-primitive \
devel/hs-vector>=0.7,<0.12
.include <bsd.port.mk>