d2242db939
packaged for wip by pho. Parsec is designed from scratch as an industrial-strength parser library. It is simple, safe, well documented (on the package homepage), has extensive libraries and good error messages, and is also fast. It is defined as a monad transformer that can be stacked on arbitrary monads, and it is also parametric in the input stream type.
15 lines
420 B
Makefile
15 lines
420 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2014/05/19 21:15:55 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.5
|
|
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
|