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

PORTNAME=	free
PORTVERSION=	4.9
CATEGORIES=	devel haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Monads for free

LICENSE=	BSD3CLAUSE

USE_CABAL=	bifunctors comonad distributive>=0.2.1 mtl>=2.0.1.0 \
		prelude-extras>=0.4 profunctors semigroupoids \
		semigroups>=0.8.3.1

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