Diff prettyprinter-ansi-terminal-1.1.2 with a prettyprinter-ansi-terminal-1.1.3

/usr/portage/dev-haskell/prettyprinter-ansi-terminal/prettyprinter-ansi-terminal-1.1.3.ebuild 2025-07-29 16:22:13.128450354 +0300
3 3

  
4 4
EAPI=8
5 5

  
6
# ebuild generated by hackport 0.6.6.9999
6
# ebuild generated by hackport 0.7.3.0
7 7

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

  
11
DESCRIPTION="ANSI terminal backend for the \"prettyprinter\" package"
11
DESCRIPTION="ANSI terminal backend for the 'prettyprinter' package"
12 12
HOMEPAGE="https://github.com/quchen/prettyprinter"
13
SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
14 13

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

  
20 18
RDEPEND=">=dev-haskell/ansi-terminal-0.4.0:=[profile?]
21
	>=dev-haskell/prettyprinter-1.1.1:=[profile?]
22
	>=dev-haskell/semigroups-0.1:=[profile?]
23
	>=dev-haskell/text-1.2:=[profile?]
24
	>=dev-lang/ghc-7.4.1:=
19
	>=dev-haskell/prettyprinter-1.7.0:=[profile?]
20
	>=dev-lang/ghc-8.4.3:=
25 21
"
26 22
DEPEND="${RDEPEND}
27
	>=dev-haskell/cabal-1.10
23
	>=dev-haskell/cabal-2.2.0.1
24
	test? ( >=dev-haskell/doctest-0.9 )
28 25
"
26

  
27
pkg_pretend() {
28
	if use test; then
29
		ewarn "The \"test\" USE flag for this package creates cycles within the"
30
		ewarn "dependency graph. This may give you problems during 'haskell-updater' runs."
31
		ewarn "It is recommended to leave it disabled unless explicitly testing the package."
32
	fi
33
}
Thank you!