diff options
author | hololeap <hololeap@users.noreply.github.com> | 2023-03-14 18:33:37 -0600 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-17 18:12:52 +0000 |
commit | fe2b080bb809b3dcf16c7ee94790d7beb987e402 (patch) | |
tree | 7043b95a2eec9b5e53e595ac0ec132594c219a56 /dev-haskell/base-orphans/base-orphans-0.8.6.ebuild | |
parent | dev-lang/ghc: Migrate to gpkg binaries (diff) | |
download | gentoo-fe2b080bb809b3dcf16c7ee94790d7beb987e402.tar.gz gentoo-fe2b080bb809b3dcf16c7ee94790d7beb987e402.tar.bz2 gentoo-fe2b080bb809b3dcf16c7ee94790d7beb987e402.zip |
dev-haskell/base-orphans: Disable tests
Tests create circular dependencies
Signed-off-by: hololeap <hololeap@users.noreply.github.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/base-orphans/base-orphans-0.8.6.ebuild')
-rw-r--r-- | dev-haskell/base-orphans/base-orphans-0.8.6.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-haskell/base-orphans/base-orphans-0.8.6.ebuild b/dev-haskell/base-orphans/base-orphans-0.8.6.ebuild index 7bcc258b94d0..a3c443229db8 100644 --- a/dev-haskell/base-orphans/base-orphans-0.8.6.ebuild +++ b/dev-haskell/base-orphans/base-orphans-0.8.6.ebuild @@ -5,8 +5,9 @@ EAPI=8 # ebuild generated by hackport 0.7.9999 -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +CABAL_FEATURES="lib profile haddock hoogle hscolour" # Disable test-suite: circular depends inherit haskell-cabal +RESTRICT=test # disabled at build time DESCRIPTION="Backwards-compatible orphan instances for base" HOMEPAGE="https://github.com/haskell-compat/base-orphans#readme" @@ -20,6 +21,6 @@ RDEPEND=">=dev-lang/ghc-8.4.3:= " DEPEND="${RDEPEND} >=dev-haskell/cabal-2.2.0.1 - test? ( >=dev-haskell/hspec-2 <dev-haskell/hspec-3 - dev-haskell/quickcheck ) " +# test? ( >=dev-haskell/hspec-2 <dev-haskell/hspec-3 +# dev-haskell/quickcheck ) |