blob: 1e1e6b0f0a42c94ea221f278797cabdf648d1068 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $FreeBSD$
PORTNAME= profunctors
PORTVERSION= 4.2.0.1
PORTREVISION= 1
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Profunctors
LICENSE= BSD3CLAUSE
USE_CABAL= comonad>=4 distributive>=0.4.4 semigroupoids>=4 \
tagged>=0.4.4
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
|