Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| d4af326958 | |||
| efd119bac9 | |||
| 5a60bf67a0 | |||
| ee3f8f06a1 | |||
| 54e4791639 | |||
| 65ed598e7f |
@@ -1,3 +1,38 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 25 20:24:41 UTC 2025 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update xml-conduit to version 1.10.1.0.
|
||||
## 1.10.1.0
|
||||
* Add `document` function to wrap a stream of XML events in an 'EventBeginDocument'/'EventEndDocument' pair.
|
||||
* Ensure compatibility with GHC 9.10
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 21 10:51:42 UTC 2023 - Peter Simons <psimons@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ghc-xml-conduit
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -20,7 +20,7 @@
|
||||
%global pkgver %{pkg_name}-%{version}
|
||||
%bcond_with tests
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 1.9.1.3
|
||||
Version: 1.10.1.0
|
||||
Release: 0
|
||||
Summary: Pure-Haskell utilities for dealing with XML with the conduit package
|
||||
License: MIT
|
||||
@@ -46,8 +46,8 @@ BuildRequires: ghc-conduit-extra-prof
|
||||
BuildRequires: ghc-conduit-prof
|
||||
BuildRequires: ghc-containers-devel
|
||||
BuildRequires: ghc-containers-prof
|
||||
BuildRequires: ghc-data-default-class-devel
|
||||
BuildRequires: ghc-data-default-class-prof
|
||||
BuildRequires: ghc-data-default-devel
|
||||
BuildRequires: ghc-data-default-prof
|
||||
BuildRequires: ghc-deepseq-devel
|
||||
BuildRequires: ghc-deepseq-prof
|
||||
BuildRequires: ghc-resourcet-devel
|
||||
|
||||
3
xml-conduit-1.10.1.0.tar.gz
Normal file
3
xml-conduit-1.10.1.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:118ada3837b80c6327b11449bdab50d620043731be2b2494eadcd8e854bff83f
|
||||
size 46026
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d8e9169562c71c9e6bc616f15832f521a68c362aa4fc03682748a809755f1bf4
|
||||
size 44653
|
||||
Reference in New Issue
Block a user