also disable armv7hl for now (#1806116)

This commit is contained in:
Jens Petersen 2020-02-22 16:47:19 +08:00
parent ecd97a2caa
commit 56553159c0
1 changed files with 5 additions and 3 deletions

View File

@ -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 <petersen@redhat.com> - 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 <releng@fedoraproject.org> - 2.1.11-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild