aboutsummaryrefslogtreecommitdiffstats
path: root/math/hs-kan-extensions/Makefile
blob: 796ea110e6bbd8fa07349b006bd0acaefc7e3107 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $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>