summaryrefslogtreecommitdiff
path: root/dev-haskell/haddock-library/haddock-library-1.11.0-r3.ebuild
blob: 6c1c5d1de210458a1f05b8d533f3f5a208101b50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

# ebuild generated by hackport 0.8.5.1.9999

CABAL_HACKAGE_REVISION=5

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

DESCRIPTION="Library exposing some functionality of Haddock"
HOMEPAGE="https://www.haskell.org/haddock/"

LICENSE="BSD-2"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"

CABAL_CHDEPS=(
	'hspec                          >= 2.4.4    && < 2.12' 'hspec >=2.4.4'
	'hspec-discover:hspec-discover  >= 2.4.4    && < 2.12' 'hspec-discover:hspec-discover >=2.4.4'
	'base         >= 4.5     && < 4.21' 'base >=4.5'
	'filepath              ^>= 1.4.1.2' 'filepath >=1.4.1.2'
)

RDEPEND="
	>=dev-haskell/parsec-3.1.13.0:=[profile?] <dev-haskell/parsec-3.2:=[profile?]
	>=dev-lang/ghc-9.0.2:=
	|| (
		( >=dev-haskell/text-1.2.3.0 <dev-haskell/text-1.3 )
		( >=dev-haskell/text-2.0 <dev-haskell/text-2.2 )
	)
	dev-haskell/text:=[profile?]
"
DEPEND="${RDEPEND}
	>=dev-haskell/cabal-3.4.1.0
	test? (
		>=dev-haskell/base-compat-0.12 <dev-haskell/base-compat-0.15
		>=dev-haskell/hspec-2.4.4
		>=dev-haskell/optparse-applicative-0.15
		>=dev-haskell/tree-diff-0.2 <dev-haskell/tree-diff-0.4
		>=dev-haskell/quickcheck-2.11 <dev-haskell/quickcheck-2.16
	)
"
BDEPEND="${BDEPEND}
	test? (
		>=dev-haskell/hspec-discover-2.4.4
	)
"

CABAL_CORE_LIB_GHC_PV="9.12.1 9.12.2 9.12.3"