blob: 2a0461743df277acef8027a26ace0c0595214c52 (
plain) (
tree)
|
|
# $FreeBSD$
PORTNAME= hashtables
PORTVERSION= 1.2.0.2
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Mutable hash tables in the ST monad
LICENSE= BSD3CLAUSE
USE_CABAL= hashable>=1.1 primitive vector>=0.7
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
|