allow time 1.5

This commit is contained in:
Jens Petersen 2015-09-30 15:13:59 +09:00
parent 8c0eb519d9
commit 46dc52b11d
1 changed files with 6 additions and 1 deletions

View File

@ -52,6 +52,8 @@ This package provides the Haskell %{pkg_name} library development files.
%prep
%setup -q -n %{pkg_name}-%{version}
# seems to compile
cabal-tweak-dep-ver time '< 1.5' '< 1.6'
%build
@ -61,6 +63,8 @@ This package provides the Haskell %{pkg_name} library development files.
%install
%ghc_lib_install
rm %{buildroot}%{ghc_pkgdocdir}/LICENSE
%check
%if %{with tests}
@ -77,7 +81,8 @@ This package provides the Haskell %{pkg_name} library development files.
%files -f %{name}.files
%doc LICENSE CHANGES CONTRIBUTORS
%license LICENSE
%doc CHANGES CONTRIBUTORS
%files devel -f %{name}-devel.files