|
|
|
@ -5,8 +5,8 @@
|
|
|
|
|
%global pkgver %{pkg_name}-%{version}
|
|
|
|
|
|
|
|
|
|
Name: ghc-%{pkg_name}
|
|
|
|
|
Version: 0.3.6
|
|
|
|
|
Release: 14%{?dist}
|
|
|
|
|
Version: 0.3.7
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Basic types for representing XML
|
|
|
|
|
|
|
|
|
|
License: MIT
|
|
|
|
@ -26,6 +26,16 @@ BuildRequires: ghc-text-prof
|
|
|
|
|
%description
|
|
|
|
|
Basic types for representing XML.
|
|
|
|
|
|
|
|
|
|
The idea is to have a full set of appropriate types, which various XML
|
|
|
|
|
libraries can share. Instead of having equivalent-but-incompatible types for
|
|
|
|
|
every binding, parser, or client, they all share the same types can can thus
|
|
|
|
|
interoperate easily.
|
|
|
|
|
|
|
|
|
|
This library contains complete types for most parts of an XML document,
|
|
|
|
|
including the prologue, node tree, and doctype. Some basic combinators are
|
|
|
|
|
included for common tasks, including traversing the node tree and filtering
|
|
|
|
|
children.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
|
Summary: Haskell %{pkg_name} library development files
|
|
|
|
@ -91,7 +101,7 @@ This package provides the Haskell %{pkg_name} profiling library.
|
|
|
|
|
|
|
|
|
|
%files -f %{name}.files
|
|
|
|
|
# Begin cabal-rpm files:
|
|
|
|
|
%license license.txt
|
|
|
|
|
%license COPYING
|
|
|
|
|
# End cabal-rpm files
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -100,7 +110,7 @@ This package provides the Haskell %{pkg_name} profiling library.
|
|
|
|
|
|
|
|
|
|
%if %{with haddock}
|
|
|
|
|
%files doc -f %{name}-doc.files
|
|
|
|
|
%license license.txt
|
|
|
|
|
%license COPYING
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -110,6 +120,9 @@ This package provides the Haskell %{pkg_name} profiling library.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Jun 10 2020 Jens Petersen <petersen@redhat.com> - 0.3.7-1
|
|
|
|
|
- update to 0.3.7
|
|
|
|
|
|
|
|
|
|
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.6-14
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|