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

PORTNAME=	classy-prelude
PORTVERSION=	0.4.1
CATEGORIES=	devel haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	A typeclass-based Prelude

LICENSE=	MIT

CABAL_SETUP=	Setup.hs

USE_CABAL=	basic-prelude>=0.3 hashable system-filepath>=0.4 text \
		transformers unordered-containers vector

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