755a0f7
# cabal2spec-0.25.2
755a0f7
# https://fedoraproject.org/wiki/Packaging:Haskell
755a0f7
# https://fedoraproject.org/wiki/PackagingDrafts/Haskell
d6ebb2a
d6ebb2a
%global pkg_name unordered-containers
d6ebb2a
d6ebb2a
%global common_summary Efficient hashing-based container types
d6ebb2a
d6ebb2a
%global common_description Efficient hashing-based container types. The containers have been optimized\
d6ebb2a
for performance critical use, both in terms of large data quantities and\
d6ebb2a
high speed.  The declared cost of each operation is either worst-case or\
d6ebb2a
amortized, but remains valid even if structures are shared.
d6ebb2a
d6ebb2a
Name:           ghc-%{pkg_name}
755a0f7
Version:        0.1.4.6
d6ebb2a
Release:        1%{?dist}
d6ebb2a
Summary:        %{common_summary}
d6ebb2a
d6ebb2a
Group:          System Environment/Libraries
d6ebb2a
License:        BSD
d6ebb2a
# BEGIN cabal2spec
d6ebb2a
URL:            http://hackage.haskell.org/package/%{pkg_name}
d6ebb2a
Source0:        http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
d6ebb2a
ExclusiveArch:  %{ghc_arches}
d6ebb2a
BuildRequires:  ghc-Cabal-devel
755a0f7
BuildRequires:  ghc-rpm-macros %{!?without_hscolour:hscolour}
d6ebb2a
# END cabal2spec
d6ebb2a
BuildRequires:  ghc-deepseq-prof
d6ebb2a
BuildRequires:  ghc-hashable-prof
d6ebb2a
d6ebb2a
%description
d6ebb2a
%{common_description}
d6ebb2a
d6ebb2a
d6ebb2a
%prep
d6ebb2a
%setup -q -n %{pkg_name}-%{version}
d6ebb2a
d6ebb2a
d6ebb2a
%build
d6ebb2a
%ghc_lib_build
d6ebb2a
d6ebb2a
d6ebb2a
%install
d6ebb2a
%ghc_lib_install
d6ebb2a
d6ebb2a
755a0f7
%ghc_devel_package
d6ebb2a
755a0f7
%ghc_devel_description
d6ebb2a
d6ebb2a
755a0f7
%ghc_devel_post_postun
d6ebb2a
d6ebb2a
755a0f7
%ghc_files
d6ebb2a
d6ebb2a
d6ebb2a
%changelog
755a0f7
* Thu Jan  5 2012 Jens Petersen <petersen@redhat.com> - 0.1.4.6-1
755a0f7
- update to 0.1.4.6 and cabal2spec-0.25.2
755a0f7
d6ebb2a
* Wed Nov 23 2011 Jens Petersen <petersen@redhat.com> - 0.1.4.3-1
d6ebb2a
- BSD license
d6ebb2a
- depends on deepseq and hashable
d6ebb2a
d6ebb2a
* Wed Nov 23 2011 Fedora Haskell SIG <haskell-devel@lists.fedoraproject.org>
d6ebb2a
- initial packaging for Fedora automatically generated by cabal2spec-0.24.1