4142eb9811
This package provides a straightforward port of monadLib's BaseM typeclass to transformers.
14 lines
481 B
Makefile
14 lines
481 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1.1.1 2012/01/16 05:10:39 phonohawk Exp $
|
|
|
|
BUILDLINK_TREE+= hs-transformers-base
|
|
|
|
.if !defined(HS_TRANSFORMERS_BASE_BUILDLINK3_MK)
|
|
HS_TRANSFORMERS_BASE_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.hs-transformers-base+= hs-transformers-base>=0.4.1
|
|
BUILDLINK_PKGSRCDIR.hs-transformers-base?= ../../wip/hs-transformers-base
|
|
|
|
.include "../../wip/hs-transformers/buildlink3.mk"
|
|
.endif # HS_TRANSFORMERS_BASE_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -hs-transformers-base
|