aboutsummaryrefslogtreecommitdiffstats
path: root/devel/hs-extensible-exceptions/Makefile
blob: 0e147eb5b8b8783df4a0c031c9c68875e9b35eb7 (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=   9
CATEGORIES= devel haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    Extensible exceptions

LICENSE=    BSD3CLAUSE

CABAL_SETUP=    Setup.hs

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