mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-31 09:08:08 -07:00
Signed-off-by: hololeap <hololeap@protonmail.com> Signed-off-by: Mark Wright <gienah@gentoo.org>
53 lines
1.4 KiB
Bash
53 lines
1.4 KiB
Bash
# 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"
|