statistics-0.11.0.3.ebuild 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. # Copyright 1999-2014 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=5
  4. # ebuild generated by hackport 0.4.9999
  5. CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
  6. inherit haskell-cabal
  7. DESCRIPTION="A library of statistical types, data, and functions"
  8. HOMEPAGE="https://github.com/bos/statistics"
  9. SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
  10. LICENSE="BSD"
  11. SLOT="0/${PV}"
  12. KEYWORDS="~amd64 ~x86"
  13. IUSE=""
  14. RESTRICT=test # likes to fail under a load
  15. RDEPEND=">=dev-haskell/binary-0.5.1.0:=[profile?]
  16. dev-haskell/erf:=[profile?]
  17. >=dev-haskell/math-functions-0.1.5.2:=[profile?]
  18. >=dev-haskell/monad-par-0.3.4:=[profile?]
  19. >=dev-haskell/mwc-random-0.13.0.0:=[profile?]
  20. >=dev-haskell/primitive-0.3:=[profile?]
  21. >=dev-haskell/vector-0.7.1:=[profile?]
  22. >=dev-haskell/vector-algorithms-0.4:=[profile?]
  23. >=dev-haskell/vector-binary-instances-0.2.1:=[profile?]
  24. >=dev-lang/ghc-7.4.1:=
  25. "
  26. DEPEND="${RDEPEND}
  27. >=dev-haskell/cabal-1.8
  28. test? ( dev-haskell/hunit
  29. >=dev-haskell/ieee754-0.7.3
  30. >=dev-haskell/quickcheck-2.7
  31. dev-haskell/test-framework
  32. dev-haskell/test-framework-hunit
  33. dev-haskell/test-framework-quickcheck2 )
  34. "