summaryrefslogtreecommitdiffstats
path: root/devel/hs-classy-prelude/Makefile
blob: 9e21f45e89a8a6ae8edebc157c2da77347682e7e (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.3
CATEGORIES=	devel haskell

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

LICENSE=	MIT

CABAL_SETUP=	Setup.hs

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

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