helium-1.8.1.ebuild 858 B

123456789101112131415161718192021222324252627282930313233343536
  1. # Copyright 1999-2015 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=5
  4. # ebuild generated by hackport 0.4.5.9999
  5. CABAL_FEATURES="bin lib profile haddock hoogle hscolour"
  6. inherit haskell-cabal
  7. DESCRIPTION="The Helium Compiler"
  8. HOMEPAGE="http://www.cs.uu.nl/wiki/bin/view/Helium/WebHome"
  9. SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
  10. LICENSE="GPL-2"
  11. SLOT="0/${PV}"
  12. KEYWORDS="~amd64 ~x86"
  13. IUSE=""
  14. RDEPEND=">=dev-haskell/lvmlib-1.1:=[profile?]
  15. dev-haskell/mtl:=[profile?]
  16. dev-haskell/network:=[profile?]
  17. dev-haskell/parsec:=[profile?]
  18. >=dev-haskell/top-1.7:=[profile?]
  19. dev-haskell/transformers:=[profile?]
  20. dev-haskell/wl-pprint:=[profile?]
  21. >=dev-lang/ghc-7.4.1:=
  22. "
  23. DEPEND="${RDEPEND}
  24. >=dev-haskell/cabal-1.10.1.0
  25. "
  26. src_prepare() {
  27. epatch "${FILESDIR}"/${PN}-1.8.1-ghc-7.10.patch
  28. }