diff --git a/ghc-monad-par-extras.changes b/ghc-monad-par-extras.changes index 39fce91..5f1fc98 100644 --- a/ghc-monad-par-extras.changes +++ b/ghc-monad-par-extras.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup + +- disable %{ix86} build + ------------------------------------------------------------------- Sat Nov 7 15:34:15 UTC 2020 - psimons@suse.com diff --git a/ghc-monad-par-extras.spec b/ghc-monad-par-extras.spec index 5d1191a..949778a 100644 --- a/ghc-monad-par-extras.spec +++ b/ghc-monad-par-extras.spec @@ -32,6 +32,7 @@ BuildRequires: ghc-mtl-devel BuildRequires: ghc-random-devel BuildRequires: ghc-rpm-macros BuildRequires: ghc-transformers-devel +ExcludeArch: %{ix86} %description The modules below provide additional data structures, and other added