aboutsummaryrefslogtreecommitdiffstats
path: root/devel/hs-hashtables/Makefile
blob: d39cf68b5787c22f2a8d6a24e07597f5e39e0ab6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $FreeBSD$

PORTNAME=   hashtables
PORTVERSION=    1.1.0.2
PORTREVISION=   5
CATEGORIES= devel haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    Mutable hash tables in the ST monad

LICENSE=    BSD

USE_CABAL=  hashable>=1.1 primitive vector>=0.7

.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>