|
|
|
@ -4,18 +4,15 @@
|
|
|
|
|
|
|
|
|
|
%bcond_with tests
|
|
|
|
|
|
|
|
|
|
# no useful debuginfo for Haskell packages without C sources
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
Name: ghc-%{pkg_name}
|
|
|
|
|
# part of haskell-platform
|
|
|
|
|
Version: 0.2.4.0
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Efficient hashing-based container types
|
|
|
|
|
|
|
|
|
|
License: BSD
|
|
|
|
|
URL: http://hackage.haskell.org/package/%{pkg_name}
|
|
|
|
|
Source0: http://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
|
|
|
|
|
Url: https://hackage.haskell.org/package/%{pkg_name}
|
|
|
|
|
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
|
|
|
|
|
|
|
|
|
|
BuildRequires: ghc-Cabal-devel
|
|
|
|
|
BuildRequires: ghc-rpm-macros
|
|
|
|
@ -36,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
|
|
|
|
@ -91,9 +88,6 @@ files.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.4.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Aug 8 2014 Jens Petersen <petersen@redhat.com> - 0.2.4.0-1
|
|
|
|
|
- update to 0.2.4.0
|
|
|
|
|
|
|
|
|
|