aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-mmorph/Makefile
blob: 472195b241c3c69f3c145230ad96819c2f2e931b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $FreeBSD$

PORTNAME=	mmorph
PORTVERSION=	1.0.0
CATEGORIES=	devel haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Monad morphisms

LICENSE=	BSD

USE_CABAL=	transformers>=0.2.0.0

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