8a785bcd77
The Haskell XML Toolbox bases on the ideas of HaXml and HXML, but introduces a more general approach for processing XML with Haskell. The Haskell XML Toolbox uses a generic data model for representing XML documents, including the DTD subset and the document subset, in Haskell. It contains a validating XML parser, a HTML parser, namespace support, an XPath expression evaluator, an XSLT library, a RelaxNG schema validator and funtions for serialization and deserialization of user defined data. The libraray make extensive use of the arrow approach for processing XML.
19 lines
575 B
Makefile
19 lines
575 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1.1.1 2009/06/02 07:43:45 phonohawk Exp $
|
|
|
|
BUILDLINK_TREE+= hs-hxt
|
|
|
|
.if !defined(HS_HXT_BUILDLINK3_MK)
|
|
HS_HXT_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.hs-hxt+= hs-hxt>=8.3.0
|
|
BUILDLINK_PKGSRCDIR.hs-hxt?= ../../wip/hs-hxt
|
|
|
|
.include "../../wip/hs-HUnit/buildlink3.mk"
|
|
.include "../../wip/hs-curl/buildlink3.mk"
|
|
.include "../../wip/hs-network/buildlink3.mk"
|
|
.include "../../wip/hs-parallel/buildlink3.mk"
|
|
.include "../../wip/hs-parsec/buildlink3.mk"
|
|
.include "../../wip/hs-tagsoup/buildlink3.mk"
|
|
.endif # HS_HXT_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -hs-hxt
|