From 3b981a9fa14a9b0338c7dca917a56bb7f8b8c15c Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 16 Jul 2020 00:09:37 +0800 Subject: [PATCH] disable tests to avoid circular dep with hspec --- ghc-base-orphans.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ghc-base-orphans.spec b/ghc-base-orphans.spec index af6b816..7f54dac 100644 --- a/ghc-base-orphans.spec +++ b/ghc-base-orphans.spec @@ -4,7 +4,9 @@ %global pkg_name base-orphans %global pkgver %{pkg_name}-%{version} -%bcond_without tests +# disabled to avoid circular dependency with hspec: +# hspec -> hspec-core -> tf-random -> primitive(tests) -> base-orphans(tests) -> hspec +%bcond_with tests Name: ghc-%{pkg_name} Version: 0.8.2