pkgsrc/math/hs-profunctors/buildlink3.mk
pho 783e0cc9f6 Import profunctors-5.5.1 from wip
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.
2020-01-03 05:03:54 +00:00

21 lines
780 B
Makefile

# $NetBSD: buildlink3.mk,v 1.1 2020/01/03 05:03:54 pho Exp $
BUILDLINK_TREE+= hs-profunctors
.if !defined(HS_PROFUNCTORS_BUILDLINK3_MK)
HS_PROFUNCTORS_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.hs-profunctors+= hs-profunctors>=5.5.1
BUILDLINK_ABI_DEPENDS.hs-profunctors+= hs-profunctors>=5.5.1
BUILDLINK_PKGSRCDIR.hs-profunctors?= ../../math/hs-profunctors
.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"
.endif # HS_PROFUNCTORS_BUILDLINK3_MK
BUILDLINK_TREE+= -hs-profunctors