pointed-4.1.1.ebuild 1.2 KB

123456789101112131415161718192021222324252627282930313233
  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.4.9999
  5. CABAL_FEATURES="lib profile haddock hoogle hscolour"
  6. inherit haskell-cabal
  7. DESCRIPTION="Pointed and copointed data"
  8. HOMEPAGE="https://github.com/ekmett/pointed/"
  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-4:=[profile?] <dev-haskell/comonad-5:=[profile?]
  15. >=dev-haskell/data-default-class-0.0.1:=[profile?] <dev-haskell/data-default-class-0.1:=[profile?]
  16. >=dev-haskell/semigroupoids-4:=[profile?] <dev-haskell/semigroupoids-5:=[profile?]
  17. >=dev-haskell/semigroups-0.8.3.1:=[profile?] <dev-haskell/semigroups-1:=[profile?]
  18. >=dev-haskell/stm-2.1.2.1:=[profile?] <dev-haskell/stm-2.5:=[profile?]
  19. >=dev-haskell/tagged-0.5:=[profile?] <dev-haskell/tagged-1:=[profile?]
  20. >=dev-haskell/transformers-0.2:=[profile?] <dev-haskell/transformers-0.5:=[profile?]
  21. >=dev-haskell/transformers-compat-0.3:=[profile?] <dev-haskell/transformers-compat-1:=[profile?]
  22. >=dev-lang/ghc-7.4.1:=
  23. "
  24. DEPEND="${RDEPEND}
  25. >=dev-haskell/cabal-1.6
  26. "