From fa293899846f47242e7274d6af35df4c83cac85b Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 7 Mar 2012 15:12:58 +0900 Subject: [PATCH] only build on ghc_arches_with_ghci because of annotation use --- ghc-vector.spec | 8 ++++++-- 1 file 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 - 0.9.1-2 +- only build on ghc_arches_with_ghci because of annotation use + * Wed Jan 4 2012 Jens Petersen - 0.9.1-1 - update to 0.9.1 and cabal2spec-0.25.2