allow newer base, ghc-prim and transformers

This commit is contained in:
Jens Petersen 2016-08-09 17:22:00 +09:00
parent 7fe7d25976
commit 9ea8bd207b
1 changed files with 3 additions and 0 deletions

View File

@ -35,6 +35,9 @@ This package provides the Haskell %{pkg_name} library development files.
%prep
%setup -q -n %{pkg_name}-%{version}
cabal-tweak-dep-ver base '< 4.9' '< 4.10'
cabal-tweak-dep-ver ghc-prim '< 0.5' '< 0.6'
cabal-tweak-dep-ver transformers '< 0.5' '< 0.6'
%build