diff --git a/hlint.spec b/hlint.spec index 8ba5b53..172615a 100644 --- a/hlint.spec +++ b/hlint.spec @@ -56,11 +56,13 @@ BuildRequires: ghc-pretty-prof BuildRequires: ghc-time-prof BuildRequires: ghc-unix-prof # End cabal-rpm deps + # for ghc-lib-parser BuildRequires: alex BuildRequires: happy -# https://github.com/digital-asset/ghc-lib/issues/184 -ExcludeArch: s390x +# https://github.com/digital-asset/ghc-lib/issues/184 (s390x) +# ghc-lib crashes on armv7hl +ExcludeArch: armv7hl s390x %description HLint gives suggestions on how to improve your source code. @@ -197,7 +199,7 @@ echo "%{_datadir}/%{ghclibparser}/" >> %{ghclibparser}/ghc-ghc-lib-parser.files %changelog * Fri Feb 14 2020 Jens Petersen - 2.1.26-1 - update to 2.1.26 -- add ghc-lib-parser: exclude s390x (#1806109) +- add ghc-lib-parser: exclude s390x (#1806109) and armv7hl (#1806116) * Wed Jan 29 2020 Fedora Release Engineering - 2.1.11-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild