derive-2.5.26.ebuild 820 B

1234567891011121314151617181920212223242526272829
  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="bin lib profile haddock hoogle hscolour"
  6. inherit haskell-cabal
  7. DESCRIPTION="A program and library to derive instances for data types"
  8. HOMEPAGE="https://github.com/ndmitchell/derive#readme"
  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/haskell-src-exts-1.17:=[profile?] <dev-haskell/haskell-src-exts-1.18:=[profile?]
  15. dev-haskell/syb:=[profile?]
  16. >=dev-haskell/transformers-0.2:=[profile?]
  17. >=dev-haskell/uniplate-1.5:=[profile?] <dev-haskell/uniplate-1.7:=[profile?]
  18. >=dev-lang/ghc-7.4.1:=
  19. "
  20. DEPEND="${RDEPEND}
  21. >=dev-haskell/cabal-1.8
  22. "