[ghc-vector] only build on ghc_arches_with_ghci because of annotation use

Jens Petersen petersen at fedoraproject.org
Wed Mar 7 06:13:08 UTC 2012


commit fa293899846f47242e7274d6af35df4c83cac85b
Author: Jens Petersen <petersen at redhat.com>
Date:   Wed Mar 7 15:12:58 2012 +0900

    only build on ghc_arches_with_ghci because of annotation use

 ghc-vector.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/ghc-vector.spec b/ghc-vector.spec
index f88b80d..08155ea 100644
--- a/ghc-vector.spec
+++ b/ghc-vector.spec
@@ -11,7 +11,7 @@ immutable), with a powerful loop fusion optimization framework.
 
 Name:           ghc-%{pkg_name}
 Version:        0.9.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        %{common_summary}
 
 Group:          System Environment/Libraries
@@ -19,7 +19,8 @@ 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}
+# Data.Vector.Fusion.Stream.Monadic ANN annotation requires ghci
+ExclusiveArch:  %{ghc_arches_with_ghci}
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-rpm-macros %{!?without_hscolour:hscolour}
 # END cabal2spec
@@ -53,6 +54,9 @@ BuildRequires:  ghc-primitive-prof
 
 
 %changelog
+* Wed Mar  7 2012 Jens Petersen <petersen at redhat.com> - 0.9.1-2
+- only build on ghc_arches_with_ghci because of annotation use
+
 * Wed Jan  4 2012 Jens Petersen <petersen at redhat.com> - 0.9.1-1
 - update to 0.9.1 and cabal2spec-0.25.2
 


More information about the scm-commits mailing list