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

PORTNAME=	basic-prelude
PORTVERSION=	0.6.1.1
PORTREVISION=	1
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 safe text \
		unordered-containers vector

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