diff options
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/hspec-expectations/hspec-expectations-0.6.1.1.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-haskell/hspec-expectations/hspec-expectations-0.6.1.1.ebuild b/dev-haskell/hspec-expectations/hspec-expectations-0.6.1.1.ebuild index c7aeca77a436..02754c5f7963 100644 --- a/dev-haskell/hspec-expectations/hspec-expectations-0.6.1.1.ebuild +++ b/dev-haskell/hspec-expectations/hspec-expectations-0.6.1.1.ebuild @@ -18,6 +18,8 @@ SLOT="0/${PV}" KEYWORDS="amd64 x86" IUSE="" +RESTRICT=test # circular depend: hspec-expectations[test]->hspec[test]->hspec-expectations + RDEPEND="dev-haskell/hunit:=[profile?] >=dev-lang/ghc-7.4.1:= " |