blob: 90346004be7573292c479535960c952937fea18a (
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= 3
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>
|