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

PORTNAME=   errors
PORTVERSION=    2.2.5
PORTREVISION=   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

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