|
|
@ -7,8 +7,8 @@
|
|
|
|
# testsuite missing deps: test-framework test-framework-quickcheck2 test-framework-hunit ChasingBottoms
|
|
|
|
# testsuite missing deps: test-framework test-framework-quickcheck2 test-framework-hunit ChasingBottoms
|
|
|
|
|
|
|
|
|
|
|
|
Name: ghc-%{pkg_name}
|
|
|
|
Name: ghc-%{pkg_name}
|
|
|
|
Version: 0.2.14.0
|
|
|
|
Version: 0.2.16.0
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Efficient hashing-based container types
|
|
|
|
Summary: Efficient hashing-based container types
|
|
|
|
|
|
|
|
|
|
|
|
License: BSD
|
|
|
|
License: BSD
|
|
|
@ -33,6 +33,12 @@ speed.
|
|
|
|
The declared cost of each operation is either worst-case or amortized, but
|
|
|
|
The declared cost of each operation is either worst-case or amortized, but
|
|
|
|
remains valid even if structures are shared.
|
|
|
|
remains valid even if structures are shared.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/Security/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This package currently provides no defenses against hash collision attacks such
|
|
|
|
|
|
|
|
as HashDoS. Users who need to store input from untrusted sources are advised to
|
|
|
|
|
|
|
|
use 'Data.Map' or 'Data.Set' from the 'containers' package instead.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
%package devel
|
|
|
|
Summary: Haskell %{pkg_name} library development files
|
|
|
|
Summary: Haskell %{pkg_name} library development files
|
|
|
@ -111,6 +117,9 @@ This package provides the Haskell %{pkg_name} profiling library.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Jun 07 2022 Jens Petersen <petersen@redhat.com> - 0.2.16.0-1
|
|
|
|
|
|
|
|
- https://hackage.haskell.org/package/unordered-containers-0.2.16.0/changelog
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.14.0-2
|
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.14.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|