blob: 6dd5613d9cba2a942e420f178eb9f79b3d2ff00e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $FreeBSD$
PORTNAME= profunctor-extras
PORTVERSION= 3.3
PORTREVISION= 6
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
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
|