newtype-generics: bump base

This commit is contained in:
Jens Petersen 2020-07-15 21:18:53 +08:00
parent 7549b719d8
commit de27e0f8a6
1 changed files with 5 additions and 0 deletions

View File

@ -85,6 +85,11 @@ This package provides the Haskell %{pkg_name} profiling library.
%setup -q -n %{pkgver} -a1
# End cabal-rpm setup
(
cd %{newtypegenerics}
cabal-tweak-dep-ver base '< 4.13' '< 4.14'
)
%build
# Begin cabal-rpm build: