aboutsummaryrefslogtreecommitdiffstats
path: root/devel/hs-EdisonCore/Makefile
blob: c3b5618ffc2764a8cf3c18e2faeefeb669874451 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $FreeBSD$

PORTNAME=   EdisonCore
PORTVERSION=    1.3.1.1
CATEGORIES= devel haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    A library of efficent, purely-functional data structures (Core Implementations)

USE_CABAL=  EdisonAPI mtl QuickCheck

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