allow base 4.9 and ghc-prim-0.6

This commit is contained in:
Jens Petersen 2016-08-10 12:54:20 +09:00
parent 852dfd4c28
commit 15d13340b3
1 changed files with 2 additions and 1 deletions

View File

@ -59,7 +59,8 @@ files.
%prep
%setup -q -n %{pkg_name}-%{version}
cabal-tweak-dep-ver ghc-prim '< 0.4' '< 0.5'
cabal-tweak-dep-ver base '< 4.9' '< 4.10'
cabal-tweak-dep-ver ghc-prim '< 0.4' '< 0.6'
%build