# https://fedoraproject.org/wiki/Packaging:Haskell # https://fedoraproject.org/wiki/PackagingDrafts/Haskell %global pkg_name hashtables %global common_summary Mutable hash tables in the ST monad %global common_description This package provides a couple of different implementations of mutable\ hash tables in the ST monad, as well as a typeclass abstracting their\ common operations, and a set of wrappers to use the hash tables in the\ IO monad.\ \ This package currently contains three hash table implementations:\ \ 1. Data.HashTable.ST.Basic contains a basic open-addressing hash table\ using linear probing as the collision strategy.\ \ 2. Data.HashTable.ST.Cuckoo contains an implementation of "cuckoo hashing"\ which has worst-case O(1) lookups and can reach a high "load factor".\ \ 3. Data.HashTable.ST.Linear contains a linear hash table, which trades\ some insert and lookup performance for higher space efficiency and\ much shorter delays when expanding the table. Name: ghc-%{pkg_name} Version: 1.0.1.8 Release: 2%{?dist} Summary: %{common_summary} License: BSD URL: http://hackage.haskell.org/package/%{pkg_name} Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz BuildRequires: ghc-Cabal-devel BuildRequires: ghc-rpm-macros # Begin cabal-rpm deps: BuildRequires: ghc-hashable-devel BuildRequires: ghc-primitive-devel BuildRequires: ghc-vector-devel # End cabal-rpm deps %description %{common_description} %prep %setup -q -n %{pkg_name}-%{version} %build %ghc_lib_build %install %ghc_lib_install %ghc_devel_package %ghc_devel_description %ghc_devel_post_postun %ghc_files LICENSE %doc README.md %changelog * Wed Feb 13 2013 Fedora Release Engineering - 1.0.1.8-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Mon Oct 29 2012 Jens Petersen - 1.0.1.8-1 - update to 1.0.1.8 * Thu Jul 19 2012 Fedora Release Engineering - 1.0.1.6-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Mon Jul 16 2012 Jens Petersen - 1.0.1.6-2 - change prof BRs to devel * Wed Jun 13 2012 Jens Petersen - 1.0.1.6-1 - update to 1.0.1.6 * Sun May 6 2012 Jens Petersen - 1.0.1.3-2 - build needs ghci * Thu Mar 22 2012 Jens Petersen - 1.0.1.3-1 - update to 1.0.1.3 * Thu Mar 8 2012 Jens Petersen - 1.0.1.2-2 - rebuild * Mon Jan 16 2012 Jens Petersen - 1.0.1.2-1 - BSD - depends on hashable and vector * Mon Jan 16 2012 Fedora Haskell SIG - spec file template generated by cabal2spec-0.25.2