diff options
Diffstat (limited to 'dev-haskell/bytestring-handle/bytestring-handle-0.1.0.4.ebuild')
-rw-r--r-- | dev-haskell/bytestring-handle/bytestring-handle-0.1.0.4.ebuild | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/dev-haskell/bytestring-handle/bytestring-handle-0.1.0.4.ebuild b/dev-haskell/bytestring-handle/bytestring-handle-0.1.0.4.ebuild index 3c0ace4a7e8f..36a2a0b19e9e 100644 --- a/dev-haskell/bytestring-handle/bytestring-handle-0.1.0.4.ebuild +++ b/dev-haskell/bytestring-handle/bytestring-handle-0.1.0.4.ebuild @@ -23,8 +23,15 @@ RDEPEND=">=dev-lang/ghc-7.4.1:= DEPEND="${RDEPEND} >=dev-haskell/cabal-1.8 test? ( >=dev-haskell/hunit-1.2 <dev-haskell/hunit-1.4 - >=dev-haskell/quickcheck-2.1.2 <dev-haskell/quickcheck-2.9 + >=dev-haskell/quickcheck-2.1.2 >=dev-haskell/test-framework-0.2.0 <dev-haskell/test-framework-0.9 >=dev-haskell/test-framework-hunit-0.2.0 <dev-haskell/test-framework-hunit-0.4 >=dev-haskell/test-framework-quickcheck2-0.2.5 <dev-haskell/test-framework-quickcheck2-0.4 ) " + +src_prepare() { + default + + cabal_chdeps \ + 'QuickCheck >= 2.1.2 && < 2.9' 'QuickCheck >= 2.1.2' +} |