transformers-base-0.4.1.ebuild 616 B

123456789101112131415161718192021222324
  1. # Copyright 1999-2013 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. # ebuild generated by hackport 0.2.17.9999
  4. EAPI=4
  5. CABAL_FEATURES="lib profile haddock hoogle hscolour"
  6. inherit haskell-cabal
  7. DESCRIPTION="Lift computations from the bottom of a transformer stack"
  8. HOMEPAGE="https://github.com/mvv/transformers-base"
  9. SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
  10. LICENSE="BSD"
  11. SLOT="0"
  12. KEYWORDS="amd64 x86 ~amd64-linux"
  13. IUSE=""
  14. RDEPEND=">=dev-haskell/transformers-0.2[profile?]
  15. >=dev-lang/ghc-6.8.2"
  16. DEPEND="${RDEPEND}
  17. >=dev-haskell/cabal-1.6.0"