# $FreeBSD: tags/RELEASE_10_0_0/devel/hs-basic-prelude/Makefile 331644 2013-10-26 00:52:33Z gerald $

PORTNAME=	basic-prelude
PORTVERSION=	0.3.5.0
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 system-filepath>=0.4 text \
		transformers unordered-containers vector

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