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

PORTNAME=	typed-process
PORTVERSION=	0.1.0.0
CATEGORIES=	devel haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	The typed-process package

LICENSE=	BSD3CLAUSE

USE_CABAL=	async conduit conduit-extra exceptions stm

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