b9b2cdf3b9
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. For a summary of the approach taken by this library, along with more motivating examples, see Austin Seipp's tutorial at https://www.fpcomplete.com/user/thoughtpolice/using-reflection.
15 lines
470 B
Makefile
15 lines
470 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2014/11/07 13:07:56 szptvlfn Exp $
|
|
|
|
BUILDLINK_TREE+= hs-reflection
|
|
|
|
.if !defined(HS_REFLECTION_BUILDLINK3_MK)
|
|
HS_REFLECTION_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.hs-reflection+= hs-reflection>=1.5.1
|
|
BUILDLINK_ABI_DEPENDS.hs-reflection+= hs-reflection>=1.5.1
|
|
BUILDLINK_PKGSRCDIR.hs-reflection?= ../../devel/hs-reflection
|
|
|
|
.include "../../devel/hs-tagged/buildlink3.mk"
|
|
.endif # HS_REFLECTION_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -hs-reflection
|