newline after %setup for easier patching

This commit is contained in:
Jens Petersen 2018-07-22 00:35:06 +09:00
parent a4110cc66e
commit 7ea9cd2663
1 changed files with 1 additions and 0 deletions

View File

@ -156,6 +156,7 @@ This package provides the Haskell %{name} library development files.
%prep
%setup -q -n %{pkgver} -a1 -a2 -a3 -a4 -a5 -a6
%ifnarch %{ix86} x86_64 ppc
cabal-tweak-flag threaded False
%endif