5ced08f477
CHANGES: 3.1.6 - Export 'Text' instances from Text.Parsec - Make Text.Parsec exports more visible - Re-arrange Text.Parsec exports - Add functions 'crlf' and 'endOfLine' to Text.Parsec.Char for handling input streams that do not have normalized line terminators. - Fix off-by-one error in Token.charControl
16 lines
471 B
Makefile
16 lines
471 B
Makefile
# $NetBSD: buildlink3.mk,v 1.3 2014/09/13 22:06:52 szptvlfn Exp $
|
|
|
|
BUILDLINK_TREE+= hs-parsec
|
|
|
|
.if !defined(HS_PARSEC_BUILDLINK3_MK)
|
|
HS_PARSEC_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.hs-parsec+= hs-parsec>=3.1.6
|
|
BUILDLINK_ABI_DEPENDS.hs-parsec+= hs-parsec>=3.1.6
|
|
BUILDLINK_PKGSRCDIR.hs-parsec?= ../../textproc/hs-parsec
|
|
|
|
.include "../../devel/hs-mtl/buildlink3.mk"
|
|
.include "../../devel/hs-text/buildlink3.mk"
|
|
.endif # HS_PARSEC_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -hs-parsec
|