update to 0.11.2

epel9
Jens Petersen 3 years ago
parent 9331434903
commit 61adf84d26

1
.gitignore vendored

@ -1,3 +1,4 @@
/base-compat-batteries-0.10.1.tar.gz
/base-compat-batteries-0.10.5.tar.gz
/base-compat-batteries-0.11.1.tar.gz
/base-compat-batteries-0.11.2.tar.gz

@ -7,8 +7,8 @@
%bcond_without tests
Name: ghc-%{pkg_name}
Version: 0.11.1
Release: 4%{?dist}
Version: 0.11.2
Release: 1%{?dist}
Summary: Base-compat with extra batteries
License: MIT
@ -32,15 +32,10 @@ BuildRequires: ghc-hspec-discover-devel
%description
Provides functions available in later versions of 'base' to a wider range of
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
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
'<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
* 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
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild

@ -1 +1 @@
SHA512 (base-compat-batteries-0.11.1.tar.gz) = a0149db9fae3664507c715e569209a9b996084cfb1f4dc125914eea57c2142ba8ddad559257dbf405c2b91d78d10c570c25e5a3c80bf50eb6bf5d31dfe65c217
SHA512 (base-compat-batteries-0.11.2.tar.gz) = 0b54b53bb762ca99cbfe82799a63f73229447325438ccae4849df676d14a4758177d9481391b628cca7921d9796ac3172ad8226b2530e151b7c59f86b82f381a

Loading…
Cancel
Save