Sophie

Sophie

distrib > Fedora > 18 > i386 > by-pkgid > 77bb781dc890975ec542f8754d2b1b0e > files > 2

ghc-geniplate-0.6.0.3-1.fc18.src.rpm

# https://fedoraproject.org/wiki/Packaging:Haskell
# https://fedoraproject.org/wiki/PackagingDrafts/Haskell

%global pkg_name geniplate

%global common_summary Use template Haskell to generate Uniplate-like functions

%global common_description Use template Haskell to generate Uniplate-like functions.

Name:           ghc-%{pkg_name}
Version:        0.6.0.3
Release:        1%{?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-mtl-devel
BuildRequires:  ghc-template-haskell-devel
ExclusiveArch:  %{ghc_arches_with_ghci}
# 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
%doc examples


%changelog
* Mon Mar 11 2013 Fedora Haskell SIG <haskell@lists.fedoraproject.org> - 0.6.0.3-1
- spec file generated by cabal-rpm-0.7.1