# $FreeBSD: tags/RELEASE_11_0_0/math/hs-kan-extensions/Makefile 394918 2015-08-20 23:02:14Z pgj $

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>
