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

PORTNAME=	equivalence
PORTVERSION=	0.2.5
PORTREVISION=	1
CATEGORIES=	devel haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Maintaining an equivalence relation implemented as union-find using STT

LICENSE=	BSD3CLAUSE

USE_CABAL=	mtl STMonadTrans

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