pkgsrc-wip/hs-reflection/buildlink3.mk
Ryosuke Moro 0d85b8e8fa This package provides an implementation of the ideas presented in the paper
"Functional Pearl: Implicit Configurations" by Oleg Kiselyov and
Chung-chieh Shan. However, the API has been streamlined to improve
performance.

The original paper can be obtained from
http://www.cs.rutgers.edu/~ccshan/prepose/prepose.pdf.
2013-05-22 19:12:42 +00:00

13 lines
362 B
Makefile

# $NetBSD: buildlink3.mk,v 1.1 2013/05/22 19:12:43 szptvlfn Exp $
BUILDLINK_TREE+= hs-reflection
.if !defined(HS_REFLECTION_BUILDLINK3_MK)
HS_REFLECTION_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.hs-reflection+= hs-reflection>=1.3.2
BUILDLINK_PKGSRCDIR.hs-reflection?= ../../wip/hs-reflection
.endif # HS_REFLECTION_BUILDLINK3_MK
BUILDLINK_TREE+= -hs-reflection