AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- Update xml-conduit to version 1.9.1.1 revision 1. Upstream has revised the Cabal build instructions on Hackage.
- Update xml-conduit to version 1.9.1.1. [#]# 1.9.1.1 * Entity declarations with tags inside are now correctly handled * Parser now fails gracefully on malformed entity declarations * Parameter entity declarations are now ignored
- Update xml-conduit to version 1.9.1.0. [#]# 1.9.1 * `]` characters inside doctype are now correctly handled * Entity expansion loops are now detected and avoided * Add field `psEntityExpansionSizeLimit` in `ParseSettings` to limit the length of an entity expansion; set to 8192 characters by default
- disable %{ix86} build
- Replace %setup -q with the more modern %autosetup macro.
- Re-generate file with latest version of spec-cleaner.
- Drop obsolete group attributes.
- Update xml-conduit to version 1.9.0.0. [#]# 1.9.0 * Remove deprecated functions (`ignoreTag`, `ignoreAllTreesContent`, `takeAllTreesContent`) * Rename `parseText'` into `parseText` * `takeContent` and `ignoreContent` now cover entities * Align behaviour of `take`* and `ignore`* functions
- Drop obsolete group attributes.
- Add xml-conduit at version 1.8.0.1.
- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
- Update to version 1.5.1.
- Update to version 1.4.0.4 with cabal2obs.
- Update to version 1.4.0.3 with cabal2obs.
- Update to version 1.3.5 revision 0 with cabal2obs.
- update to 1.3.5 * Improvements for using xml-conduit for streaming XML protocols
- update to 1.3.4.2 * transformers dep bump
- update to 1.3.4.1 * Remove unneeded ImpredicativeTypes
- update to 1.3.4 * dropWS retains consumed whitespace values
- update to 1.3.3.1 * Generalize signature of choose
- update to 1.3.3 * New render setting to control when to use CDATA * Escaping CDATA closing tag in CDATA
- update to 1.3.2 * Support for iso-8859-1
- update to 1.3.1 * Add functions to ignore subtrees & result-streaming (yield) parsers * Drop system-filepath
- license update: BSD-2-Clause See LICENSE file
- Initial package