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

PORTNAME=	extensible-exceptions
PORTVERSION=	0.1.1.4
CATEGORIES=	devel haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Extensible exceptions

LICENSE=	BSD

CABAL_SETUP=	Setup.hs

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