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

PORTNAME=	transformers-base
PORTVERSION=	0.4.1
PORTREVISION=	7
CATEGORIES=	devel haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Lift computations from the bottom of a transformer stack

LICENSE=	BSD

USE_CABAL=	transformers>=0.2

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