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

PORTNAME=	attempt
PORTVERSION=	0.4.0
PORTREVISION=	6
CATEGORIES=	devel haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Concrete data type for handling exceptions as failures

LICENSE=	BSD

USE_CABAL=	failure>=0.2.0

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