# New ports collection makefile for: hs-monad-par
# Date created:        July 30, 2011
# Whom:                haskell@FreeBSD.org
#
# $FreeBSD: ports/devel/hs-monad-par/Makefile,v 1.2 2012/02/13 04:39:29 pgj Exp $
#

PORTNAME=	monad-par
PORTVERSION=	0.1.0.3
CATEGORIES=	devel haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	A library for parallel programming based on a monad

LICENSE=	BSD

CABAL_SETUP=	Setup.hs
USE_CABAL=	deepseq>=1.1 HUnit>=1.2

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