allow newer QuickCheck

This commit is contained in:
Jens Petersen 2021-07-07 23:21:57 +08:00
parent b8f09cfa95
commit f819035406
1 changed files with 1 additions and 0 deletions

View File

@ -97,6 +97,7 @@ This package provides the Haskell %{pkg_name} profiling library.
%setup -q -n %{pkgver}
cp -bp %{SOURCE1} %{pkg_name}.cabal
# End cabal-rpm setup
cabal-tweak-dep-ver QuickCheck '2.13.*' '2.14.*'
%build