diff --git a/ghc-QuickCheck.spec b/ghc-QuickCheck.spec index 388176b..c995722 100644 --- a/ghc-QuickCheck.spec +++ b/ghc-QuickCheck.spec @@ -1,4 +1,4 @@ -# generated by cabal-rpm-2.0.9 --subpackage +# generated by cabal-rpm-2.1.0 --subpackage # https://docs.fedoraproject.org/en-US/packaging-guidelines/Haskell/ %global pkg_name QuickCheck @@ -12,7 +12,7 @@ Version: 2.14.2 Release: 4%{?dist} Summary: Automatic testing of Haskell programs -License: BSD +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 @@ -20,7 +20,15 @@ Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz # Begin cabal-rpm deps: BuildRequires: ghc-Cabal-devel -BuildRequires: ghc-rpm-macros-extra +BuildRequires: ghc-rpm-macros +BuildRequires: ghc-base-devel +BuildRequires: ghc-containers-devel +BuildRequires: ghc-deepseq-devel +BuildRequires: ghc-random-devel +BuildRequires: ghc-splitmix-devel +BuildRequires: ghc-template-haskell-devel +BuildRequires: ghc-transformers-devel +%if %{with ghc_prof} BuildRequires: ghc-base-prof BuildRequires: ghc-containers-prof BuildRequires: ghc-deepseq-prof @@ -28,6 +36,7 @@ BuildRequires: ghc-random-prof BuildRequires: ghc-splitmix-prof BuildRequires: ghc-template-haskell-prof BuildRequires: ghc-transformers-prof +%endif %if %{with tests} BuildRequires: ghc-process-devel %endif