Formally, the class Profunctor represents a profunctor from Hask -> Hask. Intuitively it is a bifunctor where the first argument is contravariant and the second argument is covariant.
18 lines
593 B
Makefile
18 lines
593 B
Makefile
# $NetBSD: Makefile,v 1.1 2020/01/03 05:03:54 pho Exp $
|
|
|
|
DISTNAME= profunctors-5.5.1
|
|
CATEGORIES= math
|
|
|
|
MAINTAINER= szptvlfn@NetBSD.org
|
|
COMMENT= Profunctors
|
|
LICENSE= modified-bsd
|
|
|
|
.include "../../mk/haskell.mk"
|
|
.include "../../devel/hs-base-orphans/buildlink3.mk"
|
|
.include "../../math/hs-bifunctors/buildlink3.mk"
|
|
.include "../../math/hs-comonad/buildlink3.mk"
|
|
.include "../../math/hs-contravariant/buildlink3.mk"
|
|
.include "../../math/hs-distributive/buildlink3.mk"
|
|
.include "../../devel/hs-tagged/buildlink3.mk"
|
|
.include "../../math/hs-semigroups/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|