pkgsrc-wip/hs-lazy-io/buildlink3.mk
Ryosuke Moro 005e79ead1 The library provides some basic but useful lazy IO functions. Keep in mind
that lazy IO is generally discouraged. Perhaps a coroutine library (e.g.
pipes) will better suit your needs.
2013-05-21 22:19:51 +00:00

12 lines
334 B
Makefile

# $NetBSD: buildlink3.mk,v 1.1 2013/05/21 22:19:51 szptvlfn Exp $
BUILDLINK_TREE+= hs-lazy-io
.if !defined(HS_LAZY_IO_BUILDLINK3_MK)
HS_LAZY_IO_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.hs-lazy-io+= hs-lazy-io>=0.1.0
BUILDLINK_PKGSRCDIR.hs-lazy-io?= ../../wip/hs-lazy-io
.endif # HS_LAZY_IO_BUILDLINK3_MK
BUILDLINK_TREE+= -hs-lazy-io