diff --git a/ghc-appar.changes b/ghc-appar.changes index 3af9962..30fdb8f 100644 --- a/ghc-appar.changes +++ b/ghc-appar.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup + +- disable %{ix86} build + ------------------------------------------------------------------- Tue Aug 18 10:43:58 UTC 2020 - Peter Simons diff --git a/ghc-appar.spec b/ghc-appar.spec index 06eb431..9570b48 100644 --- a/ghc-appar.spec +++ b/ghc-appar.spec @@ -27,6 +27,7 @@ Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg BuildRequires: ghc-Cabal-devel BuildRequires: ghc-bytestring-devel BuildRequires: ghc-rpm-macros +ExcludeArch: %{ix86} %description A simple applicative parser in Parsec style.