also skip the Monadic.hs annotation for ppc

epel9
Jens Petersen 12 years ago
parent 38fe8bc662
commit 1ad7bfebe6

@ -11,7 +11,7 @@ immutable), with a powerful loop fusion optimization framework.
Name: ghc-%{pkg_name} Name: ghc-%{pkg_name}
# part of haskell-platform-2012.4 # part of haskell-platform-2012.4
Version: 0.10.0.1 Version: 0.10.0.1
Release: 3%{?dist} Release: 4%{?dist}
Summary: %{common_summary} Summary: %{common_summary}
License: BSD License: BSD
@ -32,7 +32,8 @@ BuildRequires: ghc-primitive-devel
%prep %prep
%setup -q -n %{pkg_name}-%{version} %setup -q -n %{pkg_name}-%{version}
%ifnarch %{ghc_arches_with_ghci} # Monad.hs fails on ppc too
%ifnarch %(echo %{ghc_arches_with_ghci} | sed -e s/ppc//)
%patch1 -p1 -b .orig %patch1 -p1 -b .orig
%endif %endif
@ -57,6 +58,9 @@ BuildRequires: ghc-primitive-devel
%changelog %changelog
* Wed Dec 12 2012 Jens Petersen <petersen@redhat.com> - 0.10.0.1-4
- also skip the annotation for ppc
* Thu Dec 6 2012 Jens Petersen <petersen@redhat.com> - 0.10.0.1-3 * Thu Dec 6 2012 Jens Petersen <petersen@redhat.com> - 0.10.0.1-3
- correct the annotation patch to not use DEBIAN_NO_GHCI - correct the annotation patch to not use DEBIAN_NO_GHCI

Loading…
Cancel
Save