comonads-fd-3.0.3.ebuild 896 B

12345678910111213141516171819202122232425262728293031
  1. # Copyright 1999-2013 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=5
  4. # ebuild generated by hackport 0.3.2.9999
  5. CABAL_FEATURES="lib profile haddock hoogle hscolour"
  6. inherit haskell-cabal
  7. DESCRIPTION="Comonad transformers using functional dependencies"
  8. HOMEPAGE="https://github.com/ekmett/comonads-fd/"
  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/comonad-3*:=[profile?]
  15. =dev-haskell/comonad-transformers-3*:=[profile?]
  16. >=dev-haskell/mtl-2.0:=[profile?]
  17. <dev-haskell/mtl-2.2:=[profile?]
  18. >=dev-haskell/semigroups-0.8.3.1:=[profile?]
  19. <dev-haskell/semigroups-1:=[profile?]
  20. >=dev-haskell/transformers-0.2:=[profile?]
  21. <dev-haskell/transformers-0.4:=[profile?]
  22. >=dev-lang/ghc-6.10.4:="
  23. DEPEND="${RDEPEND}
  24. >=dev-haskell/cabal-1.6"