Skip to content

Commit

Permalink
dev-haskell/bytestring-handle: allow QuickCheck-2.9
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.3.2
  • Loading branch information
Sergei Trofimovich committed Nov 5, 2016
1 parent 794096c commit 4d4b085
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}

0 comments on commit 4d4b085

Please sign in to comment.