diff --git a/ghc-split.changes b/ghc-split.changes index 819d4d4..82ff713 100644 --- a/ghc-split.changes +++ b/ghc-split.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup + +- disable %{ix86} build + ------------------------------------------------------------------- Tue Aug 18 10:46:04 UTC 2020 - Peter Simons diff --git a/ghc-split.spec b/ghc-split.spec index cfa469b..ab440b6 100644 --- a/ghc-split.spec +++ b/ghc-split.spec @@ -27,6 +27,7 @@ URL: https://hackage.haskell.org/package/%{pkg_name} Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz BuildRequires: ghc-Cabal-devel BuildRequires: ghc-rpm-macros +ExcludeArch: %{ix86} %if %{with tests} BuildRequires: ghc-QuickCheck-devel %endif