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

PORTNAME=	errors
PORTVERSION=	2.2.1
CATEGORIES=	devel haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Simplified error-handling

LICENSE=	BSD3CLAUSE

USE_CABAL=	exceptions>=0.6 safe>=0.3.3 transformers-compat unexceptionalio text

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