diff --git a/ghc-pretty-show.spec b/ghc-pretty-show.spec index 2c16a56..c6167f0 100644 --- a/ghc-pretty-show.spec +++ b/ghc-pretty-show.spec @@ -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 pretty-show @@ -17,18 +17,13 @@ Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz # 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-array-devel -BuildRequires: ghc-filepath-devel -BuildRequires: ghc-haskell-lexer-devel -BuildRequires: ghc-pretty-devel -BuildRequires: ghc-text-devel +BuildRequires: ghc-array-prof +BuildRequires: ghc-base-prof +BuildRequires: ghc-filepath-prof +BuildRequires: ghc-haskell-lexer-prof +BuildRequires: ghc-pretty-prof +BuildRequires: ghc-text-prof BuildRequires: happy # End cabal-rpm deps Requires: js-jquery1 @@ -47,6 +42,7 @@ interactive Html page, for easier examination. %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