|
|
|
@ -9,8 +9,8 @@
|
|
|
|
|
%bcond_with tests
|
|
|
|
|
|
|
|
|
|
Name: ghc-%{pkg_name}
|
|
|
|
|
Version: 0.8.2
|
|
|
|
|
Release: 5%{?dist}
|
|
|
|
|
Version: 0.8.4
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Backwards-compatible orphan instances for base
|
|
|
|
|
|
|
|
|
|
License: MIT
|
|
|
|
@ -32,15 +32,11 @@ BuildRequires: ghc-hspec-discover-devel
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
'base-orphans' defines orphan instances that mimic instances available in later
|
|
|
|
|
versions of 'base' to a wider (older) range of compilers.
|
|
|
|
|
'base-orphans' does not export anything except the orphan instances themselves
|
|
|
|
|
and complements '<http://hackage.haskell.org/package/base-compat base-compat>'.
|
|
|
|
|
See the README for what instances are covered:
|
|
|
|
|
<https://github.com/haskell-compat/base-orphans#readme>. See also the
|
|
|
|
|
<https://github.com/haskell-compat/base-orphans#what-is-not-covered what is not
|
|
|
|
|
covered> section.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
See the README for what instances are covered:
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
|
Summary: Haskell %{pkg_name} library development files
|
|
|
|
|
Provides: %{name}-static = %{version}-%{release}
|
|
|
|
@ -120,6 +116,9 @@ chmod a-x CHANGES.markdown README.markdown
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Aug 5 2021 Jens Petersen <petersen@redhat.com> - 0.8.4-1
|
|
|
|
|
- update to 0.8.4
|
|
|
|
|
|
|
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.2-5
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|