diff --git a/ghc-safe.changes b/ghc-safe.changes index c1c54f2..5e9ea59 100644 --- a/ghc-safe.changes +++ b/ghc-safe.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup + +- disable %{ix86} build + ------------------------------------------------------------------- Tue Aug 18 10:45:55 UTC 2020 - Peter Simons diff --git a/ghc-safe.spec b/ghc-safe.spec index 2c91d7b..fbf10d9 100644 --- a/ghc-safe.spec +++ b/ghc-safe.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 BuildRequires: ghc-deepseq-devel