From d1b388be6e136007213c9501f0bfbce872b51d09 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 29 Jan 2018 22:22:19 +0100 Subject: [PATCH] use full pattern for dropping 'fail' from .cabal file --- ghc-hslua.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc-hslua.spec b/ghc-hslua.spec index 106cad6..fa368b2 100644 --- a/ghc-hslua.spec +++ b/ghc-hslua.spec @@ -59,7 +59,7 @@ This package provides the Haskell %{pkg_name} library development files. %prep %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 use-pkgconfig True rm -r lua-5.3.4