disable tests to avoid circular dep with hspec

This commit is contained in:
Jens Petersen 2020-07-16 00:09:37 +08:00
parent fb5567ed5b
commit 3b981a9fa1
1 changed files with 3 additions and 1 deletions

View File

@ -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