[ghc-mwc-random] requires ghci to build

Jens Petersen petersen at fedoraproject.org
Mon May 7 00:31:22 UTC 2012


commit a4ed79c48fe7a6e2c76fab63daf94845c05d4a70
Author: Jens Petersen <petersen at redhat.com>
Date:   Mon May 7 09:31:16 2012 +0900

    requires ghci to build

 ghc-mwc-random.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/ghc-mwc-random.spec b/ghc-mwc-random.spec
index 0a399fe..aebd3b0 100644
--- a/ghc-mwc-random.spec
+++ b/ghc-mwc-random.spec
@@ -19,7 +19,7 @@ distributions.
 
 Name:           ghc-%{pkg_name}
 Version:        0.12.0.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        %{common_summary}
 
 Group:          System Environment/Libraries
@@ -27,7 +27,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
@@ -64,6 +64,9 @@ BuildRequires:  ghc-vector-prof
 
 
 %changelog
+* Mon May  7 2012 Jens Petersen <petersen at redhat.com> - 0.12.0.0-2
+- requires ghci to build
+
 * Thu Mar 22 2012 Jens Petersen <petersen at redhat.com> - 0.12.0.0-1
 - update to 0.12.0.0
 


More information about the scm-commits mailing list