|
|
@ -1,4 +1,4 @@
|
|
|
|
# generated by cabal-rpm-1.0.0
|
|
|
|
# generated by cabal-rpm-1.0.1
|
|
|
|
# https://fedoraproject.org/wiki/Packaging:Haskell
|
|
|
|
# https://fedoraproject.org/wiki/Packaging:Haskell
|
|
|
|
|
|
|
|
|
|
|
|
%global pkg_name bifunctors
|
|
|
|
%global pkg_name bifunctors
|
|
|
@ -20,20 +20,15 @@ Source1: https://hackage.haskell.org/package/%{pkgver}/%{pkg_name}.cabal#
|
|
|
|
|
|
|
|
|
|
|
|
# Begin cabal-rpm deps:
|
|
|
|
# Begin cabal-rpm deps:
|
|
|
|
BuildRequires: ghc-Cabal-devel
|
|
|
|
BuildRequires: ghc-Cabal-devel
|
|
|
|
%if %{with haddock}
|
|
|
|
|
|
|
|
BuildRequires: ghc-doc
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%if %{with ghc_prof}
|
|
|
|
|
|
|
|
BuildRequires: ghc-prof
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
BuildRequires: ghc-rpm-macros
|
|
|
|
BuildRequires: ghc-rpm-macros
|
|
|
|
BuildRequires: ghc-base-orphans-devel
|
|
|
|
BuildRequires: ghc-base-prof
|
|
|
|
BuildRequires: ghc-comonad-devel
|
|
|
|
BuildRequires: ghc-base-orphans-prof
|
|
|
|
BuildRequires: ghc-containers-devel
|
|
|
|
BuildRequires: ghc-comonad-prof
|
|
|
|
BuildRequires: ghc-tagged-devel
|
|
|
|
BuildRequires: ghc-containers-prof
|
|
|
|
BuildRequires: ghc-template-haskell-devel
|
|
|
|
BuildRequires: ghc-tagged-prof
|
|
|
|
BuildRequires: ghc-th-abstraction-devel
|
|
|
|
BuildRequires: ghc-template-haskell-prof
|
|
|
|
BuildRequires: ghc-transformers-devel
|
|
|
|
BuildRequires: ghc-th-abstraction-prof
|
|
|
|
|
|
|
|
BuildRequires: ghc-transformers-prof
|
|
|
|
%if %{with tests}
|
|
|
|
%if %{with tests}
|
|
|
|
BuildRequires: ghc-QuickCheck-devel
|
|
|
|
BuildRequires: ghc-QuickCheck-devel
|
|
|
|
BuildRequires: ghc-hspec-devel
|
|
|
|
BuildRequires: ghc-hspec-devel
|
|
|
@ -48,6 +43,7 @@ Haskell 98 bifunctors, bifoldables and bitraversables.
|
|
|
|
%package devel
|
|
|
|
%package devel
|
|
|
|
Summary: Haskell %{pkg_name} library development files
|
|
|
|
Summary: Haskell %{pkg_name} library development files
|
|
|
|
Provides: %{name}-static = %{version}-%{release}
|
|
|
|
Provides: %{name}-static = %{version}-%{release}
|
|
|
|
|
|
|
|
Provides: %{name}-static%{?_isa} = %{version}-%{release}
|
|
|
|
%if %{defined ghc_version}
|
|
|
|
%if %{defined ghc_version}
|
|
|
|
Requires: ghc-compiler = %{ghc_version}
|
|
|
|
Requires: ghc-compiler = %{ghc_version}
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|