4892bf79fd
It's now part of GHC.
15 lines
412 B
Makefile
15 lines
412 B
Makefile
# $NetBSD: buildlink3.mk,v 1.2 2020/01/11 10:43:22 pho Exp $
|
|
|
|
BUILDLINK_TREE+= hs-async
|
|
|
|
.if !defined(HS_ASYNC_BUILDLINK3_MK)
|
|
HS_ASYNC_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.hs-async+= hs-async>=2.2.2
|
|
BUILDLINK_ABI_DEPENDS.hs-async+= hs-async>=2.2.2
|
|
BUILDLINK_PKGSRCDIR.hs-async?= ../../devel/hs-async
|
|
|
|
.include "../../devel/hs-hashable/buildlink3.mk"
|
|
.endif # HS_ASYNC_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -hs-async
|