disable tests to avoid hash breakage

since this used to be subpackage of yesod-core
This commit is contained in:
Jens Petersen 2018-09-26 18:24:15 +09:00
parent 1fbda59c0e
commit b7f0600bd3
1 changed files with 5 additions and 2 deletions

View File

@ -4,11 +4,11 @@
%global pkg_name unliftio
%global pkgver %{pkg_name}-%{version}
%bcond_without tests
%bcond_with tests
Name: ghc-%{pkg_name}
Version: 0.2.7.0
Release: 1%{?dist}
Release: 2%{?dist}
Summary: The MonadUnliftIO typeclass for unlifting monads to IO (batteries included)
License: MIT
@ -86,5 +86,8 @@ This package provides the Haskell %{pkg_name} library development files.
%changelog
* Wed Sep 26 2018 Jens Petersen <petersen@redhat.com> - 0.2.7.0-2
- disable tests to avoid hash breakage
* Tue Jul 31 2018 Fedora Haskell SIG <haskell@lists.fedoraproject.org> - 0.2.7.0-1
- spec file generated by cabal-rpm-0.12.5