# generated by cabal-rpm-2.1.5 # https://docs.fedoraproject.org/en-US/packaging-guidelines/Haskell/ %global pkg_name deriving-compat %global pkgver %{pkg_name}-%{version} # testsuite missing deps: QuickCheck base-compat base-orphans hspec tagged transformers-compat void Name: ghc-%{pkg_name} Version: 0.6.5 Release: 1%{?dist} Summary: Backports of GHC deriving extensions 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/%{pkgver}/%{pkg_name}.cabal#/%{pkgver}.cabal # End cabal-rpm sources # Begin cabal-rpm deps: BuildRequires: ghc-Cabal-devel BuildRequires: ghc-rpm-macros BuildRequires: ghc-base-devel BuildRequires: ghc-containers-devel BuildRequires: ghc-ghc-boot-th-devel BuildRequires: ghc-template-haskell-devel BuildRequires: ghc-th-abstraction-devel BuildRequires: ghc-transformers-devel BuildRequires: ghc-transformers-compat-devel %if %{with ghc_prof} BuildRequires: ghc-base-prof BuildRequires: ghc-containers-prof BuildRequires: ghc-ghc-boot-th-prof BuildRequires: ghc-template-haskell-prof BuildRequires: ghc-th-abstraction-prof BuildRequires: ghc-transformers-prof BuildRequires: ghc-transformers-compat-prof %endif # End cabal-rpm deps %description 'deriving-compat' provides Template Haskell functions that mimic 'deriving' extensions that were introduced or modified in recent versions of GHC. Currently, the following typeclasses/extensions are covered: * Deriving 'Bounded' * Deriving 'Enum' * Deriving 'Ix' * Deriving 'Eq' * Deriving 'Ord' * Deriving 'Read' * Deriving 'Show' * 'DeriveFoldable' * 'DeriveFunctor' * 'DeriveTraversable' * 'GeneralizedNewtypeDeriving' (with GHC 8.2 or later) * 'DerivingVia' (with GHC 8.2 or later) See the "Data.Deriving" module for a full list of backported changes. In addition, 'deriving-compat' also provides some additional 'deriving' functionality that has not yet been merged into upstream GHC. Aside from the GHC 'deriving' extensions mentioned above, 'deriving-compat' also permits deriving instances of classes in the 'Data.Functor.Classes' module, covering the 'Eq1', 'Eq2', 'Ord1', 'Ord2', 'Read1', 'Read2', 'Show1', and 'Show2' classes. This extra functionality is outside of the main scope of 'deriving-compat', as it does not backport extensions that exist in today's GHC. Nevertheless, the underlying Template Haskell machinery needed to derive 'Eq' and friends extends very naturally to 'Eq1' and friends, so this extra functionality is included in 'deriving-compat' as a convenience. Note that some recent GHC typeclasses/extensions are not covered by this package: * 'DeriveDataTypeable' * 'DeriveGeneric', which was introducted in GHC 7.2 for deriving 'Generic' instances, and modified in GHC 7.6 to allow derivation of 'Generic1' instances. Use 'Generics.Deriving.TH' from '' to derive 'Generic(1)' using Template Haskell. * 'DeriveLift', which was introduced in GHC 8.0 for deriving 'Lift' instances. Use 'Language.Haskell.TH.Lift' from '' to derive 'Lift' using Template Haskell. * The 'Bifunctor' typeclass, which was introduced in GHC 7.10, as well as the 'Bifoldable' and 'Bitraversable' typeclasses, which were introduced in GHC 8.2. Use 'Data.Bifunctor.TH' from '' to derive these typeclasses using Template Haskell. %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 %prep # Begin cabal-rpm setup: %setup -q -n %{pkgver} cp -bp %{SOURCE1} %{pkg_name}.cabal # End cabal-rpm setup %build # Begin cabal-rpm build: %ghc_lib_build # End cabal-rpm build %install # Begin cabal-rpm install %ghc_lib_install # End cabal-rpm install %files -f %{name}.files # Begin cabal-rpm files: %license LICENSE # End cabal-rpm files %files devel -f %{name}-devel.files %doc CHANGELOG.md README.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 * Mon Feb 5 2024 Frank Dedden - 0.6.5-1 - spec file generated by cabal-rpm-2.1.5