Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/foldl/
Date: Sat, 01 Oct 2022 03:16:54
Message-Id: 1664594076.28887796492fb1d5e7a321c7197df3b518242611.sam@gentoo
1 commit: 28887796492fb1d5e7a321c7197df3b518242611
2 Author: Jack Todaro <solpeth <AT> posteo <DOT> org>
3 AuthorDate: Fri Sep 30 22:38:30 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 1 03:14:36 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28887796
7
8 dev-haskell/foldl: sync from ::haskell fixing configure failure
9
10 Closes:https://bugs.gentoo.org/870388
11 Signed-off-by: Jack Todaro <solpeth <AT> posteo.org>
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 dev-haskell/foldl/Manifest | 1 +
15 dev-haskell/foldl/foldl-1.4.12-r1.ebuild | 44 ++++++++++++++++++++++++++++++++
16 2 files changed, 45 insertions(+)
17
18 diff --git a/dev-haskell/foldl/Manifest b/dev-haskell/foldl/Manifest
19 index 024378ee19c6..5e46b0181212 100644
20 --- a/dev-haskell/foldl/Manifest
21 +++ b/dev-haskell/foldl/Manifest
22 @@ -1,2 +1,3 @@
23 DIST foldl-1.4.12-rev2.cabal 2668 BLAKE2B 4255e285bade060ee547a96c6db7a7d92b85bde3ca0f496fa7750b42df7e6382adbaa1ee7c2c8327f39eec6aba3eb44b7d29c9213e6595160bd8743fd364f73e SHA512 44ff1cb8f31c9770d78139053f2f31dcba76998339a9d07cd681994a0c34d862a750de2e5afa3b42a16528f38a6f9007a5481b9b52b481258006cd8466060ca1
24 +DIST foldl-1.4.12-rev5.cabal 2682 BLAKE2B 616f3b1d69892cdf30039db5c82842d858b58d227f96e301b594e51b2052c7f423264b11a82c82669cc736b337dca901e242177064b0bf2b4cf128da619935b2 SHA512 394fe8ba15a59a270bc70deed3438a2d1e5193bfa3ec266dbdc3bac48e0b32279cbaab6dfb550cc551f48ce466a9bc553d1ea3748f90836f95f158818d267bd5
25 DIST foldl-1.4.12.tar.gz 23210 BLAKE2B bbdd9a0b74d5b27b4b8800090a1b2dc717d023d860af8f26846a86866756211b30c755f6a1c3e604d6d1db91e5afa35ee943e014672c0a6e65712e0fbcfd29d0 SHA512 6b345b59c52039e914ea703ab88a08a8bba0a18bea91fcf4cf379ce678e5a97044f563c7b285cb656a764068756b4fae8321308e86813f86d04c462e9889e6e0
26
27 diff --git a/dev-haskell/foldl/foldl-1.4.12-r1.ebuild b/dev-haskell/foldl/foldl-1.4.12-r1.ebuild
28 new file mode 100644
29 index 000000000000..21f98c77fee0
30 --- /dev/null
31 +++ b/dev-haskell/foldl/foldl-1.4.12-r1.ebuild
32 @@ -0,0 +1,44 @@
33 +# Copyright 1999-2022 Gentoo Authors
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=8
37 +
38 +# ebuild generated by hackport 0.7.3.0
39 +
40 +CABAL_HACKAGE_REVISION=5
41 +
42 +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
43 +inherit haskell-cabal
44 +
45 +DESCRIPTION="Composable, streaming, and efficient left folds"
46 +HOMEPAGE="https://hackage.haskell.org/package/foldl"
47 +
48 +LICENSE="BSD"
49 +SLOT="0/${PV}"
50 +KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
51 +
52 +PATCHES=( "${FILESDIR}/${PN}-1.4.12-cabal-doctest.patch" )
53 +
54 +GHC_BOOTSTRAP_PACKAGES=(
55 + cabal-doctest
56 +)
57 +
58 +RDEPEND=">=dev-haskell/comonad-4.0:=[profile?] <dev-haskell/comonad-6:=[profile?]
59 + <dev-haskell/contravariant-1.6:=[profile?]
60 + <dev-haskell/hashable-1.5:=[profile?]
61 + <dev-haskell/primitive-0.8:=[profile?]
62 + <dev-haskell/profunctors-5.7:=[profile?]
63 + >=dev-haskell/random-1.2:=[profile?] <dev-haskell/random-1.3:=[profile?]
64 + >=dev-haskell/semigroupoids-1.0:=[profile?] <dev-haskell/semigroupoids-5.4:=[profile?]
65 + <dev-haskell/unordered-containers-0.3:=[profile?]
66 + >=dev-haskell/vector-0.7:=[profile?] <dev-haskell/vector-0.14:=[profile?]
67 + >=dev-lang/ghc-8.4.3:=
68 +"
69 +DEPEND="${RDEPEND}
70 + >=dev-haskell/cabal-2.2.0.1
71 + dev-haskell/cabal-doctest
72 + test? (
73 + >=dev-haskell/doctest-0.16
74 + dev-haskell/base-compat
75 + )
76 +"