Сравнение quickcheck-classes-0.6.4.0 с quickcheck-classes-0.6.5.0-r2

/usr/portage/dev-haskell/quickcheck-classes/quickcheck-classes-0.6.5.0-r2.ebuild 2026-06-30 20:03:05.419348281 +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.6.2
6
# ebuild generated by hackport 0.8.5.1.9999
7

  
8
CABAL_HACKAGE_REVISION=3
7 9

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

  
11 13
DESCRIPTION="QuickCheck common typeclasses"
12 14
HOMEPAGE="https://github.com/andrewthad/quickcheck-classes#readme"
13
SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
14 15

  
15 16
LICENSE="BSD"
16 17
SLOT="0/${PV}"
17 18
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
18 19
IUSE="+aeson +binary-laws +semigroupoids +semirings +unary-laws +vector"
19 20

  
20
RDEPEND=">=dev-haskell/base-orphans-0.1:=[profile?]
21
	dev-haskell/bifunctors:=[profile?]
22
	dev-haskell/contravariant:=[profile?]
23
	dev-haskell/fail:=[profile?]
24
	>=dev-haskell/primitive-0.6.4:=[profile?] <dev-haskell/primitive-0.8:=[profile?]
21
RDEPEND=">=dev-haskell/primitive-0.6.4:=[profile?] <dev-haskell/primitive-0.10:=[profile?]
25 22
	>=dev-haskell/primitive-addr-0.1.0.2:=[profile?] <dev-haskell/primitive-addr-0.2:=[profile?]
26
	>=dev-haskell/quickcheck-classes-base-0.6:=[profile?] <dev-haskell/quickcheck-classes-base-0.7:=[profile?]
27
	>=dev-haskell/semigroups-0.17:=[profile?]
28
	dev-haskell/tagged:=[profile?]
29
	>=dev-lang/ghc-8.0.1:=
23
	>=dev-haskell/quickcheck-classes-base-0.6.2:=[profile?] <dev-haskell/quickcheck-classes-base-0.7:=[profile?]
24
	>=dev-lang/ghc-9.0.2:=
30 25
	aeson? ( >=dev-haskell/aeson-0.9:=[profile?] )
31 26
	binary-laws? ( >=dev-haskell/quickcheck-2.10.0:=[profile?] )
32 27
	semigroupoids? ( dev-haskell/semigroupoids:=[profile?] )
......
36 31
	vector? ( >=dev-haskell/vector-0.12:=[profile?] )
37 32
"
38 33
DEPEND="${RDEPEND}
39
	>=dev-haskell/cabal-1.24.0.0
34
	>=dev-haskell/cabal-3.4.1.0
40 35
	test? ( >=dev-haskell/base-orphans-0.5
36
		dev-haskell/tagged
41 37
		dev-haskell/tasty
42 38
		dev-haskell/tasty-quickcheck
43 39
		!vector? ( dev-haskell/vector ) )
Спасибо!