forked from Lainports/opnsense-ports
17 lines
443 B
Makefile
17 lines
443 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= kan-extensions
|
|
PORTVERSION= 4.2.2
|
|
CATEGORIES= math haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Kan extensions, Kan lifts, various forms of the Yoneda lemma, and (co)density (co)monads
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USE_CABAL= adjunctions>=4.2 comonad>=4 contravariant>=1 \
|
|
distributive>=0.2.2 free>=4 mtl>=2.0.1 semigroupoids>=4 \
|
|
tagged>=0.7.2
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|