diff --git a/dev-haskell/hsyaml-aeson/hsyaml-aeson-0.2.0.0.ebuild b/dev-haskell/hsyaml-aeson/hsyaml-aeson-0.2.0.0.ebuild index a6483a89c3168..4d6060d2afb25 100644 --- a/dev-haskell/hsyaml-aeson/hsyaml-aeson-0.2.0.0.ebuild +++ b/dev-haskell/hsyaml-aeson/hsyaml-aeson-0.2.0.0.ebuild @@ -3,6 +3,8 @@ EAPI=7 +# ebuild generated by hackport 0.6.6.9999 + CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal @@ -10,23 +12,25 @@ MY_PN="HsYAML-aeson" MY_P="${MY_PN}-${PV}" DESCRIPTION="JSON to YAML Adapter" -HOMEPAGE="https://github.com/hvr/HsYAML" +HOMEPAGE="https://hackage.haskell.org/package/HsYAML-aeson" SRC_URI="https://hackage.haskell.org/package/${MY_P}/${MY_P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0/${PV}" KEYWORDS="~amd64 ~x86" IUSE="" -RDEPEND=">=dev-haskell/aeson-0.7:=[profile?]