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

PORTNAME=	lifted-base
PORTVERSION=	0.2.0.5
PORTREVISION=	2
CATEGORIES=	devel haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Lifted IO operations from the base library

LICENSE=	BSD

USE_CABAL=	base-unicode-symbols>=0.1.1 monad-control>=0.3 \
		transformers-base>=0.4

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