sys-process/glances: revbump 3.1.4.1, add missing doc dep
[gentoo.git] / dev-haskell / test-framework-quickcheck2 / test-framework-quickcheck2-0.3.0.2.ebuild
1 # Copyright 1999-2020 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=5
5
6 # ebuild generated by hackport 0.3.4.9999
7
8 CABAL_FEATURES="lib profile haddock hoogle hscolour"
9 inherit haskell-cabal
10
11 DESCRIPTION="QuickCheck2 support for the test-framework package"
12 HOMEPAGE="https://batterseapower.github.io/test-framework/"
13 SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
14
15 LICENSE="BSD"
16 SLOT="0/${PV}"
17 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
18 #hackport: ignore-flag base3 : we don't support base3
19 #hackport: ignore-flag base4 : we don't support base4
20 IUSE=""
21
22 RDEPEND=">=dev-haskell/extensible-exceptions-0.1.1:=[profile?] <dev-haskell/extensible-exceptions-0.2.0:=[profile?]
23         >=dev-haskell/quickcheck-2.4:=[profile?] <dev-haskell/quickcheck-2.7:=[profile?]
24         >=dev-haskell/random-1:=[profile?]
25         >=dev-haskell/test-framework-0.7.1:=[profile?]
26         >=dev-lang/ghc-6.10.4:=
27 "
28 DEPEND="${RDEPEND}
29         >=dev-haskell/cabal-1.6.0.3
30 "