diff --git a/ghc-data-fix.changes b/ghc-data-fix.changes index 833baf4..14d6dbe 100644 --- a/ghc-data-fix.changes +++ b/ghc-data-fix.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup + +- disable %{ix86} build + ------------------------------------------------------------------- Tue Nov 10 11:53:31 UTC 2020 - Ondřej Súkup diff --git a/ghc-data-fix.spec b/ghc-data-fix.spec index 7ec7edd..2095732 100644 --- a/ghc-data-fix.spec +++ b/ghc-data-fix.spec @@ -28,6 +28,7 @@ BuildRequires: ghc-Cabal-devel BuildRequires: ghc-deepseq-devel BuildRequires: ghc-hashable-devel BuildRequires: ghc-rpm-macros +ExcludeArch: %{ix86} %description Fixpoint types and recursion schemes. If you define your AST as fixpoint type,