use full pattern for dropping 'fail' from .cabal file
This commit is contained in:
parent
acdd50bc82
commit
d1b388be6e
@ -59,7 +59,7 @@ This package provides the Haskell %{pkg_name} library development files.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{pkgver}
|
%setup -q -n %{pkgver}
|
||||||
cabal-tweak-drop-dep fail
|
cabal-tweak-drop-dep ', fail >= 4.9 && < 5'
|
||||||
cabal-tweak-flag system-lua True
|
cabal-tweak-flag system-lua True
|
||||||
cabal-tweak-flag use-pkgconfig True
|
cabal-tweak-flag use-pkgconfig True
|
||||||
rm -r lua-5.3.4
|
rm -r lua-5.3.4
|
||||||
|
Loading…
Reference in New Issue
Block a user