[ghc-hashtables] build needs ghci

Jens Petersen petersen at fedoraproject.org
Sun May 6 01:32:43 UTC 2012


commit db30489799a0a33db2e7c6dc532a219cc2a5867a
Author: Jens Petersen <petersen at redhat.com>
Date:   Sun May 6 10:32:37 2012 +0900

    build needs ghci

 ghc-hashtables.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/ghc-hashtables.spec b/ghc-hashtables.spec
index 85784e8..87009df 100644
--- a/ghc-hashtables.spec
+++ b/ghc-hashtables.spec
@@ -25,7 +25,7 @@ much shorter delays when expanding the table.
 
 Name:           ghc-%{pkg_name}
 Version:        1.0.1.3
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        %{common_summary}
 
 Group:          System Environment/Libraries
@@ -33,7 +33,7 @@ License:        BSD
 # BEGIN cabal2spec
 URL:            http://hackage.haskell.org/package/%{pkg_name}
 Source0:        http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
-ExclusiveArch:  %{ghc_arches}
+ExclusiveArch:  %{ghc_arches_with_ghci}
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-rpm-macros %{!?without_hscolour:hscolour}
 # END cabal2spec
@@ -69,6 +69,9 @@ BuildRequires:  ghc-vector-prof
 
 
 %changelog
+* Sun May  6 2012 Jens Petersen <petersen at redhat.com> - 1.0.1.3-2
+- build needs ghci
+
 * Thu Mar 22 2012 Jens Petersen <petersen at redhat.com> - 1.0.1.3-1
 - update to 1.0.1.3
 


More information about the scm-commits mailing list