only build on ghc_arches_with_ghci because of annotation use

epel9
Jens Petersen 13 years ago
parent 2a94ea2e08
commit fa29389984

@ -11,7 +11,7 @@ immutable), with a powerful loop fusion optimization framework.
Name: ghc-%{pkg_name} Name: ghc-%{pkg_name}
Version: 0.9.1 Version: 0.9.1
Release: 1%{?dist} Release: 2%{?dist}
Summary: %{common_summary} Summary: %{common_summary}
Group: System Environment/Libraries Group: System Environment/Libraries
@ -19,7 +19,8 @@ License: BSD
# BEGIN cabal2spec # BEGIN cabal2spec
URL: http://hackage.haskell.org/package/%{pkg_name} URL: http://hackage.haskell.org/package/%{pkg_name}
Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz 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-Cabal-devel
BuildRequires: ghc-rpm-macros %{!?without_hscolour:hscolour} BuildRequires: ghc-rpm-macros %{!?without_hscolour:hscolour}
# END cabal2spec # END cabal2spec
@ -53,6 +54,9 @@ BuildRequires: ghc-primitive-prof
%changelog %changelog
* Wed Mar 7 2012 Jens Petersen <petersen@redhat.com> - 0.9.1-2
- only build on ghc_arches_with_ghci because of annotation use
* Wed Jan 4 2012 Jens Petersen <petersen@redhat.com> - 0.9.1-1 * Wed Jan 4 2012 Jens Petersen <petersen@redhat.com> - 0.9.1-1
- update to 0.9.1 and cabal2spec-0.25.2 - update to 0.9.1 and cabal2spec-0.25.2

Loading…
Cancel
Save