[ghc-MemoTrie] Add void dependency

Ben Boeckel mathstuf at fedoraproject.org
Tue Jul 10 04:39:52 UTC 2012


commit 6cd2151632aaf9052246845bad7f9b8a5d024991
Author: Ben Boeckel <mathstuf at gmail.com>
Date:   Tue Jul 10 00:39:39 2012 -0400

    Add void dependency

 ghc-MemoTrie.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/ghc-MemoTrie.spec b/ghc-MemoTrie.spec
index 565bae8..9738af8 100644
--- a/ghc-MemoTrie.spec
+++ b/ghc-MemoTrie.spec
@@ -23,7 +23,8 @@ ExclusiveArch:  %{ghc_arches}
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-rpm-macros %{!?without_hscolour:hscolour}
 # END cabal2spec
-BuildRequires:  ghc-base-prof
+BuildRequires:  ghc-base-devel
+BuildRequires:  ghc-void-devel
 
 %description
 %{common_description}


More information about the scm-commits mailing list