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

PORTNAME=   mmorph
PORTVERSION=    1.0.0
PORTREVISION=   1
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>