Set required macros version back

This commit is contained in:
Ben Boeckel 2010-09-16 19:52:43 -04:00
parent 2d33a52397
commit e63b3e5223
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
# fedora ghc archs:
ExclusiveArch: %{ix86} x86_64 ppc alpha
BuildRequires: ghc, ghc-doc, ghc-prof
BuildRequires: ghc-rpm-macros >= 0.8.1
BuildRequires: ghc-rpm-macros >= 0.7.0
%if %{with hscolour}
BuildRequires: hscolour
%endif