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

PORTNAME=	basic-prelude
PORTVERSION=	0.3.2.0
CATEGORIES=	devel haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	An enhanced core prelude; a common foundation for alternate preludes

LICENSE=	MIT

CABAL_SETUP=	Setup.hs

USE_CABAL=	hashable lifted-base ReadArgs>=1.2 system-filepath>=0.4 text \
		transformers unordered-containers vector

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