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

PORTNAME=	monad-control
PORTVERSION=	0.3.1.4
CATEGORIES=	devel haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Lift control operations through monad transformers

LICENSE=	BSD

CABAL_SETUP=	Setup.hs

USE_CABAL=	base-unicode-symbols>=0.1.1 transformers>=0.2 \
		transformers-base>=0.4.1

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