summaryrefslogtreecommitdiff
path: root/devel/hs-extensible-exceptions/Makefile
blob: 00296d1eb47c8400bb942c0cf04009938752613e (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
PORTREVISION=	3
CATEGORIES=	devel haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Extensible exceptions

LICENSE=	BSD

CABAL_SETUP=	Setup.hs

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