2025-07-28 18:49:02 +00:00
-------------------------------------------------------------------
Tue Jul 15 22:19:44 UTC 2025 - Peter Simons <psimons@suse.com>
- Update xml-conduit to version 1.10.0.1.
## 1.10.0.1
* Fix doctest on GHC 9.12
## 1.10.0.0
* `rsPretty` is now exported only from the new module `Text.XML.Render.Internal`
- Migration path: Import it from its new home.
- Since it is now internal, be prepared for it to be changed or removed in some future version.
* `prettify` is no longer exported at all.
- Migration path: Use `rsPretty = True` in your `RenderSettings` when you finally render the stream instead of inserting the `prettify` combinator into your conduit pipeline.
- Same caveat as above about `rsPretty` now being internal
- If you require having the prettified version of an XML event stream as a conduit before rendering (we hope this use case occurs rarely if ever), things will be more awkward:
- The hack of rendering with `rsPretty = True` and re-parsing might work.
- Another hack could be to fork this library and add `prettify` to the export list in `Text.XML.Render.Internal`.
- Otherwise, you might need to implement pretty-printing yourself. The source code of `Text.XML.Render.Internal` might be helpful in that case.
2024-12-10 11:25:59 +00:00
-------------------------------------------------------------------
Mon Nov 4 09:15:30 UTC 2024 - Peter Simons <psimons@suse.com>
- Update xml-conduit to version 1.9.1.4.
Upstream has not updated the file "ChangeLog.md" since the last
release.
2023-06-21 16:50:40 +00:00
-------------------------------------------------------------------
Wed Jun 21 10:51:42 UTC 2023 - Peter Simons <psimons@suse.com>
- Update xml-conduit to version 1.9.1.3.
Upstream has not updated the file "ChangeLog.md" since the last
release.
2023-03-30 17:39:00 +00:00
-------------------------------------------------------------------
Thu Mar 30 17:09:07 UTC 2023 - Peter Simons <psimons@suse.com>
- Updated spec file to conform with ghc-rpm-macros-2.5.2.
2023-03-30 08:26:52 +00:00
-------------------------------------------------------------------
Wed Mar 22 19:25:42 UTC 2023 - Peter Simons <psimons@suse.com>
- Update xml-conduit to version 1.9.1.2.
Upstream has not updated the file "ChangeLog.md" since the last
release.
2023-01-18 12:11:00 +00:00
-------------------------------------------------------------------
Sun Oct 30 14:50:43 UTC 2022 - Peter Simons <psimons@suse.com>
- Update xml-conduit to version 1.9.1.1 revision 2.
Upstream has revised the Cabal build instructions on Hackage.
2021-04-23 12:19:14 +00:00
-------------------------------------------------------------------
2022-06-29 12:18:29 +00:00
Sun May 22 09:54:16 UTC 2022 - Peter Simons <psimons@suse.com>
- Update xml-conduit to version 1.9.1.1 revision 1.
Upstream has revised the Cabal build instructions on Hackage.
-------------------------------------------------------------------
2021-04-23 12:19:14 +00:00
Fri Apr 16 11:05:14 UTC 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
2021-03-08 08:01:29 +00:00
-------------------------------------------------------------------
Sat Feb 27 13:13:59 UTC 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
2020-12-18 12:53:20 +00:00
-------------------------------------------------------------------
2020-12-19 18:29:43 +00:00
Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
2020-12-18 12:53:20 +00:00
2020-12-19 17:49:35 +00:00
- disable %{ix86} build
2020-12-18 12:53:20 +00:00
2020-09-04 15:12:01 +00:00
-------------------------------------------------------------------
Tue Aug 18 10:46:43 UTC 2020 - Peter Simons <psimons@suse.com>
- Replace %setup -q with the more modern %autosetup macro.
-------------------------------------------------------------------
Tue Jun 16 11:14:54 UTC 2020 - Peter Simons <psimons@suse.com>
- Re-generate file with latest version of spec-cleaner.
-------------------------------------------------------------------
Sun Dec 29 10:27:13 UTC 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
2019-12-24 02:04:28 +00:00
-------------------------------------------------------------------
2019-12-29 02:04:08 +00:00
Fri Nov 8 16:15:15 UTC 2019 - Peter Simons <psimons@suse.com>
2019-12-24 02:04:28 +00:00
2019-12-29 02:04:08 +00:00
- Drop obsolete group attributes.
-------------------------------------------------------------------
Tue Nov 27 15:45:54 UTC 2018 - psimons@suse.com
- Add xml-conduit at version 1.8.0.1.
2018-11-29 02:01:23 +00:00