# cabal2spec-0.25.4 # https://fedoraproject.org/wiki/Packaging:Haskell # https://fedoraproject.org/wiki/PackagingDrafts/Haskell %global pkg_name io-storage %global common_summary A key-value store in the IO monad %global common_description This library allows an application to extend the 'global \ state' hidden inside the IO monad with semi-arbitrary data. \ Data is required to be 'Typeable'. The library provides an \ essentially unbounded number of key-value stores indexed by \ strings, with each key within the stores also being a string. Name: ghc-%{pkg_name} Version: 0.3 Release: 2%{?dist} Summary: %{common_summary} Group: System Environment/Libraries License: BSD # BEGIN cabal2spec URL: http://hackage.haskell.org/package/%{pkg_name} Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz ExclusiveArch: %{ghc_arches} BuildRequires: ghc-Cabal-devel BuildRequires: ghc-rpm-macros %{!?without_hscolour:hscolour} # END cabal2spec BuildRequires: ghc-containers-devel %description %{common_description} %prep %setup -q -n %{pkg_name}-%{version} %build %ghc_lib_build %install %ghc_lib_install # devel subpackage %ghc_devel_package %ghc_devel_description %ghc_devel_post_postun %ghc_files %changelog * Fri Mar 02 2012 Ben Boeckel - 0.3-2 - Update to cabal2spec-0.25.4 * Sat Sep 04 2010 Ben Boeckel - 0.3-1 - Initial package * Sat Sep 4 2010 Fedora Haskell SIG - 0.3-0 - initial packaging for Fedora automatically generated by cabal2spec-0.22.2