# $FreeBSD: head/devel/hs-hashtables/Makefile 461362 2018-02-10 08:03:22Z tcberner $

PORTNAME=	hashtables
PORTVERSION=	1.2.1.1
PORTREVISION=	1
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>
