uhc-light-1.1.9.5.ebuild 1.0 KB

123456789101112131415161718192021222324252627282930313233343536
  1. # Copyright 1999-2017 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=6
  4. # ebuild generated by hackport 0.5.1.9999
  5. CABAL_FEATURES="lib profile" # broken markup: haddock hoogle hscolour"
  6. inherit haskell-cabal
  7. DESCRIPTION="Part of UHC packaged as cabal/hackage installable library"
  8. HOMEPAGE="https://github.com/UU-ComputerScience/uhc"
  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/fgl:=[profile?]
  15. >=dev-haskell/hashable-1.2.4:=[profile?] <dev-haskell/hashable-1.3:=[profile?]
  16. dev-haskell/mtl:=[profile?]
  17. dev-haskell/network:=[profile?]
  18. dev-haskell/old-locale:=[profile?]
  19. dev-haskell/primitive:=[profile?]
  20. dev-haskell/syb:=[profile?]
  21. >=dev-haskell/uhc-util-0.1.6.7:=[profile?] <dev-haskell/uhc-util-0.1.7:=[profile?]
  22. dev-haskell/utf8-string:=[profile?]
  23. >=dev-haskell/uulib-0.9.19:=[profile?]
  24. dev-haskell/vector:=[profile?]
  25. >=dev-lang/ghc-7.8.2:=
  26. "
  27. DEPEND="${RDEPEND}
  28. >=dev-haskell/cabal-1.18.1.3
  29. "