From b7f0600bd3f113f4ec2a7c16b3ebf28e6858b3ab Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 26 Sep 2018 18:24:15 +0900 Subject: [PATCH] disable tests to avoid hash breakage since this used to be subpackage of yesod-core --- ghc-unliftio.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ghc-unliftio.spec b/ghc-unliftio.spec index 90d782e..d0335e6 100644 --- a/ghc-unliftio.spec +++ b/ghc-unliftio.spec @@ -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 - 0.2.7.0-2 +- disable tests to avoid hash breakage + * Tue Jul 31 2018 Fedora Haskell SIG - 0.2.7.0-1 - spec file generated by cabal-rpm-0.12.5