vector-space-0.10.4.ebuild 694 B

12345678910111213141516171819202122232425262728
  1. # Copyright 1999-2016 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=6
  4. # ebuild generated by hackport 0.5.9999
  5. CABAL_FEATURES="lib profile haddock hoogle hscolour"
  6. inherit haskell-cabal
  7. DESCRIPTION="Vector & affine spaces, linear maps, and derivatives"
  8. HOMEPAGE="http://hackage.haskell.org/package/vector-space"
  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. RDEPEND=">=dev-haskell/boolean-0.1.0:=[profile?]
  15. >=dev-haskell/memotrie-0.5:=[profile?]
  16. >=dev-haskell/numinstances-1.0:=[profile?]
  17. >=dev-lang/ghc-7.4.1:=
  18. "
  19. DEPEND="${RDEPEND}
  20. >=dev-haskell/cabal-1.6
  21. "