From 8f0fc9f4ed5d79ae0f67f79a3473682ac83e9756 Mon Sep 17 00:00:00 2001 From: hololeap Date: Mon, 2 Oct 2023 23:11:07 -0600 Subject: dev-haskell/xml-conduit: add 1.9.1.3 Signed-off-by: hololeap Signed-off-by: Sam James --- dev-haskell/xml-conduit/metadata.xml | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'dev-haskell/xml-conduit') diff --git a/dev-haskell/xml-conduit/metadata.xml b/dev-haskell/xml-conduit/metadata.xml index 305a8c24da46..c8b5a6780961 100644 --- a/dev-haskell/xml-conduit/metadata.xml +++ b/dev-haskell/xml-conduit/metadata.xml @@ -5,21 +5,6 @@ haskell@gentoo.org Gentoo Haskell - - This package provides parsing and rendering functions for XML. It is based on the datatypes found in the xml-types package. This package is broken up into the following modules: - - * Text.XML: DOM-based parsing and rendering. This is the most commonly used module. - - * Text.XML.Cursor: A wrapper around "Text.XML" which allows bidirectional traversing of the DOM, similar to XPath. (Note: Text.XML.Cursor.Generic is the same concept, but will work with any node representation.) - - * Text.XML.Unresolved: A slight modification to "Text.XML" which does not require all entities to be resolved at parsing. The datatypes are slightly more complicated here, and therefore this module is only recommended when you need to deal directly with raw entities. - - * Text.XML.Stream.Parse: Streaming parser, including some streaming parser combinators. - - * Text.XML.Stream.Render: Streaming renderer. - - Additionally, the xml-hamlet package <http://hackage.haskell.org/package/xml-hamlet> provides a more convenient syntax for creating XML documents. For a more thorough tutorial on this library, please see <http://www.yesodweb.com/book/xml-enumerator>. - xml-conduit snoyberg/xml -- cgit v1.2.3-65-gdbad