Package Release Info

ghc-xml-conduit-1.9.1.1-bp154.1.15

Update Info: Base Release
Available in Package Hub : 15 SP4

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

ghc-xml-conduit
ghc-xml-conduit-devel

Change Logs

* Thu Dec 17 2020 Ond?ej SĂșkup <mimi.vx@gmail.com>
- disable %{ix86} build
* Tue Aug 18 2020 Peter Simons <psimons@suse.com>
- Replace %setup -q with the more modern %autosetup macro.
* Tue Jun 16 2020 Peter Simons <psimons@suse.com>
- Re-generate file with latest version of spec-cleaner.
Version: 1.9.1.1-150500.1.1
* Sun May 22 2022 psimons@suse.com
- Update xml-conduit to version 1.9.1.1 revision 1.
  Upstream has revised the Cabal build instructions on Hackage.
* Fri Apr 16 2021 psimons@suse.com
- 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
* Sat Feb 27 2021 psimons@suse.com
- 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
* Thu Dec 17 2020 mimi.vx@gmail.com
- disable %{ix86} build
* Tue Aug 18 2020 psimons@suse.com
- Replace %setup -q with the more modern %autosetup macro.
* Tue Jun 16 2020 psimons@suse.com
- Re-generate file with latest version of spec-cleaner.
* Fri Nov 08 2019 psimons@suse.com
- Drop obsolete group attributes.
Version: 1.9.0.0-bp152.1.11
* Sun Dec 29 2019 psimons@suse.com
- 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
* Fri Nov 08 2019 Peter Simons <psimons@suse.com>
- Drop obsolete group attributes.
Version: 1.8.0.1-bp151.1.7
* Tue Nov 27 2018 psimons@suse.com
- Add xml-conduit at version 1.8.0.1.
Version: 1.5.1-bp150.2.4
* Thu Aug 03 2017 psimons@suse.com
- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
* Thu Jul 27 2017 psimons@suse.com
- Update to version 1.5.1.
* Mon Feb 20 2017 psimons@suse.com
- Update to version 1.4.0.4 with cabal2obs.
* Sun Feb 12 2017 psimons@suse.com
- Update to version 1.4.0.3 with cabal2obs.
Version: 1.3.5-2.2
* Sun Jul 10 2016 psimons@suse.com
- Update to version 1.3.5 revision 0 with cabal2obs.
* Thu May 12 2016 mimi.vx@gmail.com
- update to 1.3.5
  * Improvements for using xml-conduit for streaming XML protocols
* Tue Apr 19 2016 mimi.vx@gmail.com
- update to 1.3.4.2
  * transformers dep bump
* Sat Apr 09 2016 mimi.vx@gmail.com
- update to 1.3.4.1
  * Remove unneeded ImpredicativeTypes
* Tue Mar 08 2016 mimi.vx@gmail.com
- update to 1.3.4
  * dropWS retains consumed whitespace values
* Mon Feb 01 2016 mimi.vx@gmail.com
- update to 1.3.3.1
  * Generalize signature of choose
* Tue Dec 22 2015 mimi.vx@gmail.com
- update to 1.3.3
  * New render setting to control when to use CDATA
  * Escaping CDATA closing tag in CDATA
* Sun Oct 04 2015 mimi.vx@gmail.com
- update to 1.3.2
  * Support for iso-8859-1
* Fri Aug 07 2015 mimi.vx@gmail.com
- update to 1.3.1
  * Add functions to ignore subtrees & result-streaming (yield) parsers
  * Drop system-filepath
* Fri Jul 10 2015 cfarrell@suse.com
- license update: BSD-2-Clause
  See LICENSE file
* Thu Jul 09 2015 jmatejka@suse.cz
- Initial package