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

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

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

LICENSE=	MIT

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>