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/rio/
Date: Thu, 06 Aug 2020 07:42:15
Message-Id: 1596699708.8d1d5fd8c5f852e49408e1820a3ec1cef091d74b.slyfox@gentoo
1 commit: 8d1d5fd8c5f852e49408e1820a3ec1cef091d74b
2 Author: Jack Todaro <solpeth <AT> posteo <DOT> org>
3 AuthorDate: Wed Aug 5 09:06:57 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 6 07:41:48 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d1d5fd8
7
8 dev-haskell/rio: bump up to 0.1.18.0
9
10 Package-Manager: Portage-3.0.1, Repoman-2.3.23
11 Signed-off-by: Jack Todaro <solpeth <AT> posteo.org>
12 Closes: https://github.com/gentoo/gentoo/pull/17011
13 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
14
15 dev-haskell/rio/Manifest | 1 +
16 dev-haskell/rio/rio-0.1.18.0.ebuild | 38 +++++++++++++++++++++++++++++++++++++
17 2 files changed, 39 insertions(+)
18
19 diff --git a/dev-haskell/rio/Manifest b/dev-haskell/rio/Manifest
20 index 136081a176f..7e34993c372 100644
21 --- a/dev-haskell/rio/Manifest
22 +++ b/dev-haskell/rio/Manifest
23 @@ -1 +1,2 @@
24 DIST rio-0.1.17.0.tar.gz 57839 BLAKE2B f5e2b85b10e20277214a6fc52985ddb51b9c7bbcdcd8e04227f3588a367bba486f42cb1a141973e5f67d6989a524dc3e2d0acc49e3ef3015da0092ab091b1d64 SHA512 a6de6217d3e661063a77bc2af4d8800f5df2967bafb12f30315c59e88aafa238f24a9ed46a6648980cd2e17f14b80e0feff9e1323798e37498a739f7085fddec
25 +DIST rio-0.1.18.0.tar.gz 58618 BLAKE2B c249006fa7a04f7db39168cfd324f61bf01862e57cec272a0b9551b6db4345ba813ac07c595ce795b4d0be06fa950cdeb626a30bef11e8eb03e98e575c04a397 SHA512 dd5fcf3611289108c154fb77d2bba4132ef80943b5ffcf9aa76e0d93d37fe3b6992d9804a3815b3aca1cbfaa21cb09c693022032649b6d1bb0e5fbfc2e161ab1
26
27 diff --git a/dev-haskell/rio/rio-0.1.18.0.ebuild b/dev-haskell/rio/rio-0.1.18.0.ebuild
28 new file mode 100644
29 index 00000000000..e8707658616
30 --- /dev/null
31 +++ b/dev-haskell/rio/rio-0.1.18.0.ebuild
32 @@ -0,0 +1,38 @@
33 +# Copyright 1999-2020 Gentoo Authors
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=7
37 +
38 +# ebuild generated by hackport 0.6.6
39 +
40 +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
41 +inherit haskell-cabal
42 +
43 +DESCRIPTION="A standard library for Haskell"
44 +HOMEPAGE="https://github.com/commercialhaskell/rio#readme"
45 +SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
46 +
47 +LICENSE="MIT"
48 +SLOT="0/${PV}"
49 +KEYWORDS="~amd64 ~x86"
50 +IUSE=""
51 +
52 +RDEPEND="dev-haskell/exceptions:=[profile?]
53 + dev-haskell/hashable:=[profile?]
54 + dev-haskell/microlens:=[profile?]
55 + dev-haskell/microlens-mtl:=[profile?]
56 + dev-haskell/mtl:=[profile?]
57 + dev-haskell/primitive:=[profile?]
58 + dev-haskell/text:=[profile?]
59 + >=dev-haskell/typed-process-0.2.5.0:=[profile?]
60 + >=dev-haskell/unliftio-0.2.12:=[profile?]
61 + dev-haskell/unliftio-core:=[profile?]
62 + dev-haskell/unordered-containers:=[profile?]
63 + dev-haskell/vector:=[profile?]
64 + >=dev-lang/ghc-8.2.1:=
65 +"
66 +DEPEND="${RDEPEND}
67 + >=dev-haskell/cabal-2.0.0.2
68 + test? ( dev-haskell/hspec
69 + dev-haskell/quickcheck )
70 +"