# generated by cabal-rpm-2.1.0 --subpackage # https://docs.fedoraproject.org/en-US/packaging-guidelines/Haskell/ %global pkg_name generics-sop %global pkgver %{pkg_name}-%{version} %global sopcore sop-core-0.5.0.2 %global subpkgs %{sopcore} %bcond_without tests Name: ghc-%{pkg_name} Version: 0.5.1.2 # can only be reset when all subpkgs bumped Release: 11%{?dist} Summary: Generic Programming using True Sums of Products License: BSD-3-Clause Url: https://hackage.haskell.org/package/%{pkg_name} # Begin cabal-rpm sources: Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz Source1: https://hackage.haskell.org/package/%{sopcore}/%{sopcore}.tar.gz # End cabal-rpm sources # Begin cabal-rpm deps: BuildRequires: ghc-Cabal-devel BuildRequires: ghc-rpm-macros-extra BuildRequires: ghc-base-devel #BuildRequires: ghc-sop-core-devel BuildRequires: ghc-template-haskell-devel BuildRequires: ghc-th-abstraction-devel %if %{with ghc_prof} BuildRequires: ghc-base-prof #BuildRequires: ghc-sop-core-prof BuildRequires: ghc-template-haskell-prof BuildRequires: ghc-th-abstraction-prof %endif # for missing dep 'sop-core': BuildRequires: ghc-deepseq-devel %if %{with ghc_prof} BuildRequires: ghc-deepseq-prof %endif # End cabal-rpm deps %description A library to support the definition of generic functions. Datatypes are viewed in a uniform, structured way: the choice between constructors is represented using an n-ary sum, and the arguments of each constructor are represented using an n-ary product. The module "Generics.SOP" is the main module of this library and contains more detailed documentation. Since version 0.4.0.0, this package is now based on ''. The core package contains all the functionality of n-ary sums and products, whereas this package provides the datatype-generic programming support on top. Examples of using this library are provided by the following packages: * '' basic examples, * '' generic pretty printing, * '' generically computed lenses, * '' generic JSON conversions. A detailed description of the ideas behind this library is provided by the paper: * Edsko de Vries and Andres Löh. . Workshop on Generic Programming (WGP) 2014. %package devel Summary: Haskell %{pkg_name} library development files Provides: %{name}-static = %{version}-%{release} Provides: %{name}-static%{?_isa} = %{version}-%{release} %if %{defined ghc_version} Requires: ghc-compiler = %{ghc_version} %endif Requires: %{name}%{?_isa} = %{version}-%{release} %description devel This package provides the Haskell %{pkg_name} library development files. %if %{with haddock} %package doc Summary: Haskell %{pkg_name} library documentation BuildArch: noarch Requires: ghc-filesystem %description doc This package provides the Haskell %{pkg_name} library documentation. %endif %if %{with ghc_prof} %package prof Summary: Haskell %{pkg_name} profiling library Requires: %{name}-devel%{?_isa} = %{version}-%{release} Supplements: (%{name}-devel and ghc-prof) %description prof This package provides the Haskell %{pkg_name} profiling library. %endif %global main_version %{version} %if %{defined ghclibdir} %ghc_lib_subpackage %{sopcore} %endif %global version %{main_version} %prep # Begin cabal-rpm setup: %setup -q -n %{pkgver} -a1 # End cabal-rpm setup %build # Begin cabal-rpm build: %ghc_libs_build %{subpkgs} %ghc_lib_build # End cabal-rpm build %install # Begin cabal-rpm install %ghc_libs_install %{subpkgs} %ghc_lib_install # End cabal-rpm install %check %if %{with tests} %cabal_test %endif %files -f %{name}.files # Begin cabal-rpm files: %license LICENSE # End cabal-rpm files %files devel -f %{name}-devel.files %doc CHANGELOG.md %if %{with haddock} %files doc -f %{name}-doc.files %license LICENSE %endif %if %{with ghc_prof} %files prof -f %{name}-prof.files %endif %changelog * Thu Feb 16 2023 Jens Petersen - 0.5.1.2-11 - refresh to cabal-rpm-2.1.0 with SPDX migration - update sop-core to 0.5.0.2 * Thu Jul 21 2022 Fedora Release Engineering - 0.5.1.2-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Tue Jun 07 2022 Jens Petersen - 0.5.1.2-9 - https://hackage.haskell.org/package/generics-sop-0.5.1.2/changelog * Thu Jan 20 2022 Fedora Release Engineering - 0.5.1.1-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Thu Aug 5 2021 Jens Petersen - 0.5.1.1-7 - update to 0.5.1.1 * Thu Jul 22 2021 Fedora Release Engineering - 0.5.1.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Tue Jan 26 2021 Fedora Release Engineering - 0.5.1.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Mon Jul 27 2020 Fedora Release Engineering - 0.5.1.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Sun Jun 07 2020 Jens Petersen - 0.5.1.0-3 - update to 0.5.1.0 * Tue Jan 28 2020 Fedora Release Engineering - 0.4.0.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Thu Jul 25 2019 Jens Petersen - 0.4.0.1-1 - update to 0.4.0.1 - subpackage sop-core * Thu Jul 25 2019 Fedora Release Engineering - 0.3.2.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Sun Feb 17 2019 Jens Petersen - 0.3.2.0-3 - refresh to cabal-rpm-0.13 * Thu Jan 31 2019 Fedora Release Engineering - 0.3.2.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Sun Jul 22 2018 Jens Petersen - 0.3.2.0-1 - update to 0.3.2.0 * Fri Jul 13 2018 Fedora Release Engineering - 0.3.1.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Wed Feb 07 2018 Fedora Release Engineering - 0.3.1.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Fri Jan 26 2018 Jens Petersen - 0.3.1.0-2 - rebuild * Thu Nov 16 2017 David Shea - 0.3.1.0-2 - Move the API docs to a separate package - spec file generated by cabal-rpm-0.11.2