# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 # ebuild generated by hackport 0.5.6 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal MY_PN="HsYAML" MY_P="${MY_PN}-${PV}" DESCRIPTION="Pure Haskell YAML 1.2 parser" HOMEPAGE="https://github.com/hvr/HsYAML" SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0/${PV}" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND=">=dev-haskell/dlist-0.8.0.4:=[profile?] =dev-haskell/fail-4.9.0.0:=[profile?] =dev-haskell/mtl-2.2.1:=[profile?] =dev-haskell/nats-1.1.2:=[profile?] =dev-haskell/parsec-3.1.13.0:=[profile?] =dev-haskell/text-1.2.3:=[profile?] =dev-lang/ghc-7.4.1:= " DEPEND="${RDEPEND} >=dev-haskell/cabal-1.14 " S="${WORKDIR}/${MY_P}"