pkgsrc/textproc/hs-annotated-wl-pprint/buildlink3.mk
pho 9b4b841aa4 Import annotated-wl-pprint-0.7.0
This is a modified version of wl-pprint, which was based on Wadler's
paper "A Prettier Printer". See the haddocks for full info. This
version allows the library user to annotate the text with semantic
information, which can later be rendered in a variety of ways.
2020-01-19 09:42:01 +00:00

13 lines
519 B
Makefile

# $NetBSD: buildlink3.mk,v 1.1 2020/01/19 09:42:01 pho Exp $
BUILDLINK_TREE+= hs-annotated-wl-pprint
.if !defined(HS_ANNOTATED_WL_PPRINT_BUILDLINK3_MK)
HS_ANNOTATED_WL_PPRINT_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.hs-annotated-wl-pprint+= hs-annotated-wl-pprint>=0.7.0
BUILDLINK_ABI_DEPENDS.hs-annotated-wl-pprint+= hs-annotated-wl-pprint>=0.7.0
BUILDLINK_PKGSRCDIR.hs-annotated-wl-pprint?= ../../textproc/hs-annotated-wl-pprint
.endif # HS_ANNOTATED_WL_PPRINT_BUILDLINK3_MK
BUILDLINK_TREE+= -hs-annotated-wl-pprint