./textproc/hs-xml-conduit, Pure-Haskell utilities for dealing with XML with the conduit package

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.9.1.3nb1, Package name: hs-xml-conduit-1.9.1.3nb1, Maintainer: pho

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.


Required to run:
[devel/hs-data-default-class] [textproc/hs-blaze-markup] [textproc/hs-blaze-html] [textproc/hs-attoparsec] [devel/hs-resourcet] [devel/hs-conduit] [devel/hs-conduit-extra] [textproc/hs-xml-types] [lang/ghc94]

Master sites:

Filesize: 43.606 KB

Version history: (Expand)


CVS history: (Expand)


   2023-11-02 07:37:49 by Masatake Daimon | Files touched by this commit (1141)
Log message:
Revbump all Haskell after updating lang/ghc96
   2023-10-30 13:48:59 by Masatake Daimon | Files touched by this commit (5)
Log message:
textproc/hs-xml-conduit: Update to 1.9.1.3

No change log is provided by the upstream.
   2023-10-09 06:55:01 by Masatake Daimon | Files touched by this commit (988)
Log message:
Bump Haskell packages after updating lang/ghc94
   2023-01-26 18:50:53 by Masatake Daimon | Files touched by this commit (2)
Log message:
textproc/hs-xml-conduit: Fix build with resourcet-1.3
   2022-09-07 08:50:53 by Masatake Daimon | Files touched by this commit (149) | Package updated
Log message:
Recursive bump for recently updated Haskell packages
   2022-08-22 12:13:26 by Thomas Klausner | Files touched by this commit (80)
Log message:
*: bump for hs-vector-algorithms buildlink3.mk change
   2022-08-20 10:08:24 by Thomas Klausner | Files touched by this commit (211)
Log message:
hs*: recursive bump for new dependencies needed

for hs-aeson, hs-vector
   2022-02-26 04:58:36 by Masatake Daimon | Files touched by this commit (872)
Log message:
Bump all Haskell packages after enabling "split sections" in mk/haskell.mk