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

PORTNAME=	comonads-fd
PORTVERSION=	3.0.1
PORTREVISION=	2
CATEGORIES=	math haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Comonad transformers using functional dependencies

LICENSE=	BSD

USE_CABAL=	comonad>=3.0 comonad-transformers>=3.0 mtl>=2.0 \
		semigroups>=0.8.3.1 transformers>=0.2

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