|
|
|
@ -6,8 +6,8 @@
|
|
|
|
|
|
|
|
|
|
Name: ghc-%{pkg_name}
|
|
|
|
|
# part of haskell-platform
|
|
|
|
|
Version: 0.2.4.0
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Version: 0.2.5.1
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Efficient hashing-based container types
|
|
|
|
|
|
|
|
|
|
License: BSD
|
|
|
|
@ -33,12 +33,12 @@ BuildRequires: ghc-test-framework-quickcheck2-devel
|
|
|
|
|
# End cabal-rpm deps
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
Efficient hashing-based container types. The containers have been optimized
|
|
|
|
|
for performance critical use, both in terms of large data quantities and
|
|
|
|
|
high speed.
|
|
|
|
|
Efficient hashing-based container types. The containers have been optimized for
|
|
|
|
|
performance critical use, both in terms of large data quantities and high
|
|
|
|
|
speed.
|
|
|
|
|
|
|
|
|
|
The declared cost of each operation is either worst-case or amortized,
|
|
|
|
|
but remains valid even if structures are shared.
|
|
|
|
|
The declared cost of each operation is either worst-case or amortized, but
|
|
|
|
|
remains valid even if structures are shared.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
@ -65,6 +65,8 @@ files.
|
|
|
|
|
%install
|
|
|
|
|
%ghc_lib_install
|
|
|
|
|
|
|
|
|
|
rm %{buildroot}%{ghc_pkgdocdir}/LICENSE
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
|
%if %{with tests}
|
|
|
|
@ -81,13 +83,16 @@ files.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files -f %{name}.files
|
|
|
|
|
%doc LICENSE
|
|
|
|
|
%license LICENSE
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files devel -f %{name}-devel.files
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Jun 7 2016 Jens Petersen <petersen@redhat.com> - 0.2.5.1-1
|
|
|
|
|
- update to 0.2.5.1
|
|
|
|
|
|
|
|
|
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.4.0-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|