aboutsummaryrefslogtreecommitdiffstats
path: root/math/hs-comonads-fd/Makefile
blob: 22bd225d4e4843fac619ef3aa8db5ac6c15c78fc (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=   4
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>