17
0

6 Commits

Author SHA256 Message Date
d4af326958 Accepting request 1321142 from devel:languages:haskell
version update

OBS-URL: https://build.opensuse.org/request/show/1321142
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-xml-conduit?expand=0&rev=15
2025-12-05 15:56:01 +00:00
efd119bac9 osc copypac from project:devel:languages:haskell:ghc-9.12.x package:ghc-xml-conduit revision:2, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-xml-conduit?expand=0&rev=39
2025-12-04 11:55:59 +00:00
5a60bf67a0 Accepting request 1296456 from devel:languages:haskell
version update

OBS-URL: https://build.opensuse.org/request/show/1296456
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-xml-conduit?expand=0&rev=14
2025-07-31 15:45:41 +00:00
ee3f8f06a1 osc copypac from project:devel:languages:haskell:ghc-9.12.x package:ghc-xml-conduit revision:1, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-xml-conduit?expand=0&rev=37
2025-07-28 18:49:02 +00:00
54e4791639 Accepting request 1231492 from devel:languages:haskell
version update for ghc-9.10.1

OBS-URL: https://build.opensuse.org/request/show/1231492
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-xml-conduit?expand=0&rev=13
2024-12-20 22:11:15 +00:00
65ed598e7f osc copypac from project:devel:languages:haskell:ghc-9.10.x package:ghc-xml-conduit revision:2, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-xml-conduit?expand=0&rev=35
2024-12-10 11:25:59 +00:00
4 changed files with 42 additions and 7 deletions

View File

@@ -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>

View File

@@ -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

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:118ada3837b80c6327b11449bdab50d620043731be2b2494eadcd8e854bff83f
size 46026

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d8e9169562c71c9e6bc616f15832f521a68c362aa4fc03682748a809755f1bf4
size 44653