Diff bsb-http-chunked-0.0.0.4 with a bsb-http-chunked-0.0.0.4-r2

/usr/portage/dev-haskell/bsb-http-chunked/bsb-http-chunked-0.0.0.4-r2.ebuild 2026-06-30 20:03:05.399348542 +0300
1
# Copyright 1999-2023 Gentoo Authors
1
# Copyright 1999-2026 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
5 5

  
6
# ebuild generated by hackport 0.5.6.9999
6
# ebuild generated by hackport 0.8.5.1.9999
7

  
8
CABAL_HACKAGE_REVISION=4
7 9

  
8 10
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
9 11
inherit haskell-cabal
10 12

  
11 13
DESCRIPTION="Chunked HTTP transfer encoding for bytestring builders"
12
HOMEPAGE="https://github.com/sjakobi/bsb-http-chunked"
13
SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
14
HOMEPAGE="https://github.com/sjakobi/bsb-https-chunked"
14 15

  
15 16
LICENSE="BSD"
16 17
SLOT="0/${PV}"
17 18
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
18
IUSE=""
19 19

  
20
RDEPEND=">=dev-lang/ghc-7.10.1:=
21
"
20
PATCHES=(
21
	"${FILESDIR}/${PN}-0.0.0.4-disable-doctests-ghc-9_2.patch"
22
)
22 23

  
23
# Tests do not work correctly on >=ghc-9.2
24
RDEPEND+="
25
	test? (
26
		<dev-lang/ghc-9.1
27
	)
24
RDEPEND=">=dev-lang/ghc-9.0.2:=
28 25
"
29

  
30 26
DEPEND="${RDEPEND}
31
	>=dev-haskell/cabal-1.22.2.0
27
	>=dev-haskell/cabal-3.4.1.0
32 28
	test? ( dev-haskell/attoparsec
33 29
		>=dev-haskell/blaze-builder-0.2.1.4
34 30
		>=dev-haskell/doctest-0.8
......
37 33
		dev-haskell/tasty-hedgehog
38 34
		dev-haskell/tasty-hunit )
39 35
"
40

  
41
CABAL_CHDEPS=(
42
	'base >= 4.8 && < 4.13' 'base >= 4.8'
43
)
Thank you!