diff options
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 ) |