diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-08-20 07:56:03 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-08-20 07:56:25 +0100 |
commit | bd481d48a2e088f32b04dfc1eb58b487f8f5010a (patch) | |
tree | 3941a275adc7eb734d3a6b07f0846a2a770f4cd7 /dev-haskell/hsyaml-aeson | |
parent | dev-ruby/hiera-eyaml-plaintext: add ruby27 (diff) | |
download | gentoo-bd481d48a2e088f32b04dfc1eb58b487f8f5010a.tar.gz gentoo-bd481d48a2e088f32b04dfc1eb58b487f8f5010a.tar.bz2 gentoo-bd481d48a2e088f32b04dfc1eb58b487f8f5010a.zip |
dev-haskell/hsyaml-aeson: add missing depends
Reported-by: Agostino Sarubbo
Closes: https://bugs.gentoo.org/736390
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/hsyaml-aeson')
-rw-r--r-- | dev-haskell/hsyaml-aeson/hsyaml-aeson-0.2.0.0.ebuild | 16 |
1 files changed, 10 insertions, 6 deletions
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 a6483a89c316..4d6060d2afb2 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?] <dev-haskell/aeson-1.5:=[profile?] +RDEPEND=">=dev-haskell/aeson-1.4.0.0:=[profile?] <dev-haskell/aeson-1.6:=[profile?] + >=dev-haskell/hsyaml-0.2.0:=[profile?] <dev-haskell/hsyaml-0.3:=[profile?] >=dev-haskell/mtl-2.2.1:=[profile?] <dev-haskell/mtl-2.3:=[profile?] - >=dev-haskell/scientific-0.3:=[profile?] <dev-haskell/scientific-0.4:=[profile?] + >=dev-haskell/scientific-0.3.6.2:=[profile?] <dev-haskell/scientific-0.4:=[profile?] >=dev-haskell/text-1.2.3:=[profile?] <dev-haskell/text-1.3:=[profile?] - >=dev-haskell/vector-0.10:=[profile?] <dev-haskell/vector-0.13:=[profile?] + >=dev-haskell/unordered-containers-0.2:=[profile?] <dev-haskell/unordered-containers-0.3:=[profile?] + >=dev-haskell/vector-0.12.0.2:=[profile?] <dev-haskell/vector-0.13:=[profile?] >=dev-lang/ghc-7.4.1:= " DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.14 + >=dev-haskell/cabal-2.2 " S="${WORKDIR}/${MY_P}" |