setlocale-1.0.0.4.ebuild 587 B

12345678910111213141516171819202122232425
  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="lib profile haddock hoogle hscolour"
  6. inherit haskell-cabal
  7. DESCRIPTION="Haskell bindings to setlocale"
  8. HOMEPAGE="https://bitbucket.org/IchUndNichtDu/haskell-setlocale"
  9. SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
  10. LICENSE="BSD"
  11. SLOT="0/${PV}"
  12. KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
  13. IUSE=""
  14. RDEPEND=">=dev-lang/ghc-7.6.1:=
  15. "
  16. DEPEND="${RDEPEND}
  17. >=dev-haskell/cabal-1.16.0
  18. "