also drop redundant BRs for alex and happy

This commit is contained in:
Jens Petersen 2020-09-03 20:30:54 +08:00
parent 8bfd76db04
commit 78c378f023
1 changed files with 3 additions and 8 deletions

View File

@ -19,6 +19,9 @@ Url: https://hackage.haskell.org/package/%{name}
Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz
Source1: https://hackage.haskell.org/package/%{ghclibparserex}/%{ghclibparserex}.tar.gz
# End cabal-rpm sources
# ghc-lib-parser build fails on s390x
# https://bugzilla.redhat.com/show_bug.cgi?id=1806109
ExcludeArch: s390x
# Begin cabal-rpm deps:
BuildRequires: ghc-Cabal-devel
@ -51,14 +54,6 @@ BuildRequires: ghc-yaml-prof
Requires: %{name}-common = %{version}-%{release}
# End cabal-rpm deps
# for ghc-lib-parser
BuildRequires: alex
BuildRequires: happy
# ghc-lib-parser build fails on s390x
# https://github.com/digital-asset/ghc-lib/issues/184 (s390x)
# https://bugzilla.redhat.com/show_bug.cgi?id=1806109
ExcludeArch: s390x
%description
HLint gives suggestions on how to improve your source code.