BR prof for lib and static for executable
This commit is contained in:
parent
558fb42039
commit
500e8feddf
@ -1,4 +1,4 @@
|
||||
# generated by cabal-rpm-1.0.0
|
||||
# generated by cabal-rpm-1.0.1
|
||||
# https://fedoraproject.org/wiki/Packaging:Haskell
|
||||
|
||||
%global pkg_name tasty-quickcheck
|
||||
@ -20,18 +20,13 @@ Source1: https://hackage.haskell.org/package/%{pkgver}/%{pkg_name}.cabal#
|
||||
|
||||
# Begin cabal-rpm deps:
|
||||
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-QuickCheck-devel
|
||||
BuildRequires: ghc-optparse-applicative-devel
|
||||
BuildRequires: ghc-random-devel
|
||||
BuildRequires: ghc-tagged-devel
|
||||
BuildRequires: ghc-tasty-devel
|
||||
BuildRequires: ghc-QuickCheck-prof
|
||||
BuildRequires: ghc-base-prof
|
||||
BuildRequires: ghc-optparse-applicative-prof
|
||||
BuildRequires: ghc-random-prof
|
||||
BuildRequires: ghc-tagged-prof
|
||||
BuildRequires: ghc-tasty-prof
|
||||
%if %{with tests}
|
||||
BuildRequires: ghc-pcre-light-devel
|
||||
BuildRequires: ghc-tasty-hunit-devel
|
||||
@ -45,6 +40,7 @@ QuickCheck support for the Tasty test framework.
|
||||
%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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user