summaryrefslogtreecommitdiff
path: root/dev-haskell/haddock/haddock-2.25.1.ebuild
blob: 1a2cb1dee76ce1a3990a767106d9660cecdf5f0b (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
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

# ebuild generated by hackport 0.7
#hackport: flags: -in-ghc-tree

CABAL_FEATURES="" # broken test-suite
inherit haskell-cabal

DESCRIPTION="A documentation-generation tool for Haskell libraries"
HOMEPAGE="https://www.haskell.org/haddock/"
SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"

LICENSE="BSD"
SLOT="0"
#keep in sync with ghc-9.0.2
KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"

RESTRICT=test # missing test-suite

RDEPEND="~dev-haskell/haddock-api-2.25.1:=
	>=dev-lang/ghc-8.8.1:=
"
DEPEND="${RDEPEND}
	>=dev-haskell/cabal-3.0.0.0
"

src_configure() {
	haskell-cabal_src_configure \
		--flag=-in-ghc-tree
}