aboutsummaryrefslogtreecommitdiffstats
path: root/devel/hs-profunctor-extras/Makefile
blob: 30c29e6584e8f4edafe533f6612d8d744d43ac5f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $FreeBSD$

PORTNAME=   profunctor-extras
PORTVERSION=    3.3
PORTREVISION=   2
CATEGORIES= devel haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    Profunctor extras

LICENSE=    BSD

USE_CABAL=  comonad>=3 profunctors>=3.2 semigroupoid-extras>=3 \
        semigroupoids>=3 tagged>=0.4.4 transformers>=0.2

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