dev-util/vbindiff-3.0_beta5-r0: amd64 stable
[gentoo.git] / dev-haskell / mwc-random / mwc-random-0.13.4.0.ebuild
1 # Copyright 1999-2016 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=5
5
6 # ebuild generated by hackport 0.4.7.9999
7
8 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
9 inherit haskell-cabal
10
11 DESCRIPTION="Fast, high quality pseudo random number generation"
12 HOMEPAGE="https://github.com/bos/mwc-random"
13 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
14
15 LICENSE="BSD"
16 SLOT="0/${PV}"
17 KEYWORDS="~amd64 ~x86"
18 IUSE=""
19
20 RESTRICT=test # circylar depend: mwc-random[test]->statistics->mwc-random
21
22 RDEPEND="dev-haskell/primitive:=[profile?]
23         >=dev-haskell/vector-0.7:=[profile?]
24         >=dev-lang/ghc-7.4.1:=
25 "
26 DEPEND="${RDEPEND}
27         >=dev-haskell/cabal-1.8.0.4
28         test? ( dev-haskell/hunit
29                 dev-haskell/quickcheck
30                 >=dev-haskell/statistics-0.10.1.0
31                 dev-haskell/test-framework
32                 dev-haskell/test-framework-hunit
33                 dev-haskell/test-framework-quickcheck2 )
34 "