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

PORTNAME=   basic-prelude
PORTVERSION=    0.5.0
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>