summaryrefslogtreecommitdiffstats
path: root/devel/hs-monad-par/Makefile
blob: 167a4b0457c4616543bd0e0ed3cb324b488a4632 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $FreeBSD$

PORTNAME=	monad-par
PORTVERSION=	0.3
PORTREVISION=	2
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=	abstract-deque>=0.1.4 abstract-par monad-par-extras \
		mtl>=2.0.1.0 mwc-random>=0.11 parallel>=3.1

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