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

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

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

LICENSE=    MIT

CABAL_SETUP=    Setup.hs

USE_CABAL=  hashable ReadArgs>=1.2 system-filepath>=0.4 text \
        transformers unordered-containers vector

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