Diff text-1.2.4.1 with a text-1.2.5.0
/usr/portage/dev-haskell/text/text-1.2.5.0.ebuild 2023-10-09 14:52:29.400368348 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2022 Gentoo Authors |
|
1 |
# Copyright 1999-2023 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 |
EAPI=7 |
|
4 |
EAPI=8 |
|
5 | 5 | |
6 |
# ebuild generated by hackport 0.6.7.9999 |
|
6 |
# ebuild generated by hackport 0.7.9999 |
|
7 | 7 |
#hackport: flags: -bytestring-builder,-developer |
8 | 8 | |
9 |
CABAL_FEATURES="lib profile haddock hoogle hscolour" # broken test-suite |
|
9 |
CABAL_FEATURES="lib profile haddock hoogle hscolour" # circular deps in test-suite |
|
10 | 10 |
# break circular dependencies: |
11 | 11 |
# https://github.com/gentoo-haskell/gentoo-haskell/issues/810 |
12 | 12 |
CABAL_FEATURES+=" nocabaldep" |
... | ... | |
18 | 18 | |
19 | 19 |
LICENSE="BSD-2" |
20 | 20 |
SLOT="0/${PV}" |
21 |
# keep in sync with ghc-8.10.4 |
|
22 |
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" |
|
23 |
IUSE="" |
|
24 |
# break cyclic dependencies, test suite requires porting to >=QC-2.11 |
|
21 |
#keep in sync with ghc-9.0.2 |
|
22 |
KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux" |
|
23 |
# break cyclic dependencies: |
|
25 | 24 |
RESTRICT=test |
26 |
RDEPEND=">=dev-lang/ghc-8.8:=" |
|
27 | 25 | |
28 |
DEPEND="${RDEPEND} |
|
26 |
RDEPEND=">=dev-lang/ghc-8.4.3:= |
|
29 | 27 |
" |
30 | ||
31 |
CABAL_CORE_LIB_GHC_PV="8.10.6" |
|
28 |
DEPEND="${RDEPEND}" |
|
32 | 29 | |
33 | 30 |
src_configure() { |
34 | 31 |
haskell-cabal_src_configure \ |
35 | 32 |
--flag=-bytestring-builder \ |
36 | 33 |
--flag=-developer |
37 | 34 |
} |
35 | ||
36 |
CABAL_CORE_LIB_GHC_PV="9.0.2" |