blob: e314986ab5e726b70105b2a5149f01856e6e2c15 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $NetBSD: buildlink3.mk,v 1.7 2022/02/26 03:58:16 pho Exp $
BUILDLINK_TREE+= hs-bifunctors
.if !defined(HS_BIFUNCTORS_BUILDLINK3_MK)
HS_BIFUNCTORS_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.hs-bifunctors+= hs-bifunctors>=5.5.11
BUILDLINK_ABI_DEPENDS.hs-bifunctors+= hs-bifunctors>=5.5.11nb2
BUILDLINK_PKGSRCDIR.hs-bifunctors?= ../../math/hs-bifunctors
.include "../../devel/hs-base-orphans/buildlink3.mk"
.include "../../math/hs-comonad/buildlink3.mk"
.include "../../devel/hs-tagged/buildlink3.mk"
.include "../../devel/hs-th-abstraction/buildlink3.mk"
.endif # HS_BIFUNCTORS_BUILDLINK3_MK
BUILDLINK_TREE+= -hs-bifunctors
|