|
|
|
@ -11,7 +11,7 @@ immutable), with a powerful loop fusion optimization framework.
|
|
|
|
|
Name: ghc-%{pkg_name}
|
|
|
|
|
# part of haskell-platform-2012.4
|
|
|
|
|
Version: 0.10.0.1
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
Summary: %{common_summary}
|
|
|
|
|
|
|
|
|
|
License: BSD
|
|
|
|
@ -32,7 +32,8 @@ BuildRequires: ghc-primitive-devel
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%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
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
@ -57,6 +58,9 @@ BuildRequires: ghc-primitive-devel
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%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
|
|
|
|
|
- correct the annotation patch to not use DEBIAN_NO_GHCI
|
|
|
|
|
|
|
|
|
|