From 16205dcd9810bb490720072961e2eaf99765a6a6 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 5 Aug 2019 18:33:22 +0800 Subject: [PATCH] BR prof for lib and static for executable --- happy.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/happy.spec b/happy.spec index 49d6365..ca6a719 100644 --- a/happy.spec +++ b/happy.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 # failing (also in stackage) @@ -20,9 +20,10 @@ BuildRequires: ghc-Cabal-devel BuildRequires: ghc-directory-devel BuildRequires: ghc-filepath-devel BuildRequires: ghc-rpm-macros -BuildRequires: ghc-array-devel -BuildRequires: ghc-containers-devel -BuildRequires: ghc-mtl-devel +BuildRequires: ghc-array-static +BuildRequires: ghc-base-static +BuildRequires: ghc-containers-static +BuildRequires: ghc-mtl-static %if %{with tests} BuildRequires: ghc-process-devel %endif