# $FreeBSD: head/devel/hs-errors/Makefile 461362 2018-02-10 08:03:22Z tcberner $

PORTNAME=	errors
PORTVERSION=	2.2.1
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 text

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