File:  [cvs.NetBSD.org] / pkgsrc / devel / hs-constraints / buildlink3.mk
Revision 1.10: download - view: text, annotated - select for diffs
Sun Feb 2 13:05:01 2025 UTC (2 months, 3 weeks ago) by pho
Branches: MAIN
CVS tags: HEAD
Bump all Haskell packages after switching the default compiler.

# $NetBSD: buildlink3.mk,v 1.10 2025/02/02 13:05:01 pho Exp $

BUILDLINK_TREE+=	hs-constraints

.if !defined(HS_CONSTRAINTS_BUILDLINK3_MK)
HS_CONSTRAINTS_BUILDLINK3_MK:=

BUILDLINK_API_DEPENDS.hs-constraints+=	hs-constraints>=0.14.2
BUILDLINK_ABI_DEPENDS.hs-constraints+=	hs-constraints>=0.14.2nb1
BUILDLINK_PKGSRCDIR.hs-constraints?=	../../devel/hs-constraints

.include "../../devel/hs-boring/buildlink3.mk"
.include "../../devel/hs-hashable/buildlink3.mk"
.endif	# HS_CONSTRAINTS_BUILDLINK3_MK

BUILDLINK_TREE+=	-hs-constraints

CVSweb <webmaster@jp.NetBSD.org>