Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/hsyaml-aeson/
Date: Thu, 20 Aug 2020 06:56:33
Message-Id: 1597906585.bd481d48a2e088f32b04dfc1eb58b487f8f5010a.slyfox@gentoo
1 commit: bd481d48a2e088f32b04dfc1eb58b487f8f5010a
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 20 06:56:03 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 20 06:56:25 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd481d48
7
8 dev-haskell/hsyaml-aeson: add missing depends
9
10 Reported-by: Agostino Sarubbo
11 Closes: https://bugs.gentoo.org/736390
12 Package-Manager: Portage-3.0.4, Repoman-3.0.1
13 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
14
15 dev-haskell/hsyaml-aeson/hsyaml-aeson-0.2.0.0.ebuild | 16 ++++++++++------
16 1 file changed, 10 insertions(+), 6 deletions(-)
17
18 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
19 index a6483a89c31..4d6060d2afb 100644
20 --- a/dev-haskell/hsyaml-aeson/hsyaml-aeson-0.2.0.0.ebuild
21 +++ b/dev-haskell/hsyaml-aeson/hsyaml-aeson-0.2.0.0.ebuild
22 @@ -3,6 +3,8 @@
23
24 EAPI=7
25
26 +# ebuild generated by hackport 0.6.6.9999
27 +
28 CABAL_FEATURES="lib profile haddock hoogle hscolour"
29 inherit haskell-cabal
30
31 @@ -10,23 +12,25 @@ MY_PN="HsYAML-aeson"
32 MY_P="${MY_PN}-${PV}"
33
34 DESCRIPTION="JSON to YAML Adapter"
35 -HOMEPAGE="https://github.com/hvr/HsYAML"
36 +HOMEPAGE="https://hackage.haskell.org/package/HsYAML-aeson"
37 SRC_URI="https://hackage.haskell.org/package/${MY_P}/${MY_P}.tar.gz"
38
39 -LICENSE="GPL-2"
40 +LICENSE="GPL-2+"
41 SLOT="0/${PV}"
42 KEYWORDS="~amd64 ~x86"
43 IUSE=""
44
45 -RDEPEND=">=dev-haskell/aeson-0.7:=[profile?] <dev-haskell/aeson-1.5:=[profile?]
46 +RDEPEND=">=dev-haskell/aeson-1.4.0.0:=[profile?] <dev-haskell/aeson-1.6:=[profile?]
47 + >=dev-haskell/hsyaml-0.2.0:=[profile?] <dev-haskell/hsyaml-0.3:=[profile?]
48 >=dev-haskell/mtl-2.2.1:=[profile?] <dev-haskell/mtl-2.3:=[profile?]
49 - >=dev-haskell/scientific-0.3:=[profile?] <dev-haskell/scientific-0.4:=[profile?]
50 + >=dev-haskell/scientific-0.3.6.2:=[profile?] <dev-haskell/scientific-0.4:=[profile?]
51 >=dev-haskell/text-1.2.3:=[profile?] <dev-haskell/text-1.3:=[profile?]
52 - >=dev-haskell/vector-0.10:=[profile?] <dev-haskell/vector-0.13:=[profile?]
53 + >=dev-haskell/unordered-containers-0.2:=[profile?] <dev-haskell/unordered-containers-0.3:=[profile?]
54 + >=dev-haskell/vector-0.12.0.2:=[profile?] <dev-haskell/vector-0.13:=[profile?]
55 >=dev-lang/ghc-7.4.1:=
56 "
57 DEPEND="${RDEPEND}
58 - >=dev-haskell/cabal-1.14
59 + >=dev-haskell/cabal-2.2
60 "
61
62 S="${WORKDIR}/${MY_P}"