diff --git a/ghc-tasty.changes b/ghc-tasty.changes index 5dda6f0..4730f8f 100644 --- a/ghc-tasty.changes +++ b/ghc-tasty.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:10 UTC 2020 - Peter Simons diff --git a/ghc-tasty.spec b/ghc-tasty.spec index 235a617..e9d5b70 100644 --- a/ghc-tasty.spec +++ b/ghc-tasty.spec @@ -37,6 +37,7 @@ BuildRequires: ghc-tagged-devel BuildRequires: ghc-unbounded-delays-devel BuildRequires: ghc-unix-devel BuildRequires: ghc-wcwidth-devel +ExcludeArch: %{ix86} %description Tasty is a modern testing framework for Haskell. It lets you combine your unit