|
|
@ -7,8 +7,8 @@
|
|
|
|
%bcond_without tests
|
|
|
|
%bcond_without tests
|
|
|
|
|
|
|
|
|
|
|
|
Name: ghc-%{pkg_name}
|
|
|
|
Name: ghc-%{pkg_name}
|
|
|
|
Version: 0.11.1
|
|
|
|
Version: 0.11.2
|
|
|
|
Release: 4%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Base-compat with extra batteries
|
|
|
|
Summary: Base-compat with extra batteries
|
|
|
|
|
|
|
|
|
|
|
|
License: MIT
|
|
|
|
License: MIT
|
|
|
@ -32,15 +32,10 @@ BuildRequires: ghc-hspec-discover-devel
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
Provides functions available in later versions of 'base' to a wider range of
|
|
|
|
Provides functions available in later versions of 'base' to a wider range of
|
|
|
|
compilers, without requiring you to use CPP pragmas in your code.
|
|
|
|
compilers, without requiring you to use CPP pragmas in your code.
|
|
|
|
|
|
|
|
the suffix '.Repl.Batteries', which are distinct from anything in
|
|
|
|
|
|
|
|
|
|
|
|
This package provides the same API as the
|
|
|
|
|
|
|
|
'<http://hackage.haskell.org/package/base-compat base-compat>' library, but
|
|
|
|
|
|
|
|
depends on compatibility packages (such as 'semigroups') to offer a wider
|
|
|
|
depends on compatibility packages (such as 'semigroups') to offer a wider
|
|
|
|
support window than 'base-compat', which has no dependencies. Most of the
|
|
|
|
support window than 'base-compat', which has no dependencies. Most of the
|
|
|
|
modules in this library have the same names as in 'base-compat' to make it
|
|
|
|
|
|
|
|
easier to switch between the two. There also exist versions of each module with
|
|
|
|
|
|
|
|
the suffix '.Repl.Batteries', which are distinct from anything in
|
|
|
|
|
|
|
|
'base-compat', to allow for easier use in GHCi.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
See
|
|
|
|
See
|
|
|
|
'<https://github.com/haskell-compat/base-compat/blob/master/base-compat/README.markdown#dependencies
|
|
|
|
'<https://github.com/haskell-compat/base-compat/blob/master/base-compat/README.markdown#dependencies
|
|
|
@ -128,6 +123,9 @@ This package provides the Haskell %{pkg_name} profiling library.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu Aug 5 2021 Jens Petersen <petersen@redhat.com> - 0.11.2-1
|
|
|
|
|
|
|
|
- update to 0.11.2
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.11.1-4
|
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.11.1-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|