# New ports collection makefile for:	hs-control-monad-attempt
# Date created:		December 26, 2011
# Whom:			haskell@FreeBSD.org
#
# $FreeBSD: ports/devel/hs-control-monad-attempt/Makefile,v 1.1 2012/02/18 16:46:00 pgj Exp $
#

PORTNAME=	control-monad-attempt
PORTVERSION=	0.3.0.1
CATEGORIES=	devel haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Monad transformer for attempt

LICENSE=	BSD

USE_CABAL=	attempt>=0.3.0 transformers>=0.1

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