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

PORTNAME=	resourcet
PORTVERSION=	1.2.1
PORTREVISION=	2
CATEGORIES=	devel haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Deterministic allocation and freeing of scarce resources

LICENSE=	BSD3CLAUSE

USE_CABAL=	exceptions lifted-base mmorph monad-control mtl \
		primitive transformers-base transformers-compat \
		unliftio-core

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