dev-haskell/nothunks - 0.3.0.0-r2 (haskell)

Search

Package Information

Description:
Examine values for unexpected thunks
Homepage:
https://hackage.haskell.org/package/nothunks
License:
Apache-2.0

Ebuild Details

Version EAPI Keywords Slot
0.3.0.0-r2 8 ~amd64 ~arm64 ~ppc64 ~riscv ~x86 0/0.3.0.0-r2
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

# ebuild generated by hackport 0.9.0.0.9999

CABAL_HACKAGE_REVISION=1

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

DESCRIPTION="Examine values for unexpected thunks"
HOMEPAGE="https://hackage.haskell.org/package/nothunks"

LICENSE="Apache-2.0"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
IUSE="+bytestring +text +vector"

CABAL_CHDEPS=(
	'hedgehog       >= 1.1 && < 1.5' 'hedgehog >= 1.1'
	'random         >= 1.1 && < 1.3' 'random >= 1.1'
)

RDEPEND="
	>=dev-lang/ghc-9.0.2:=
	>=dev-haskell/wherefrom-compat-0.1.1:=[profile?] <dev-haskell/wherefrom-compat-0.2
	text? (
		|| (
			( >=dev-haskell/text-1.2 <dev-haskell/text-1.3 )
			( >=dev-haskell/text-2 <dev-haskell/text-2.2 )
		)
		dev-haskell/text:=[profile?]
	)
	vector? (
		>=dev-haskell/vector-0.12:=[profile?] <dev-haskell/vector-0.14:=[profile?]
	)
"
DEPEND="${RDEPEND}
	>=dev-haskell/cabal-3.4.1.0
	test? (
		>=dev-haskell/hedgehog-1.1
		>=dev-haskell/random-1.1
		>=dev-haskell/tasty-1.3 <dev-haskell/tasty-1.6
		>=dev-haskell/tasty-hedgehog-1.1 <dev-haskell/tasty-hedgehog-1.5
	)
"

src_configure() {
	haskell-cabal_src_configure \
		$(cabal_flag bytestring bytestring) \
		$(cabal_flag text text) \
		$(cabal_flag vector vector)
}

USE Flags

bytestring
Default: Enabled (+)
text
Default: Enabled (+)
vector
Default: Enabled (+)

Dependencies

DEPEND

	>=dev-lang/ghc-9.0.2:=
	>=dev-haskell/wherefrom-compat-0.1.1:=[profile?] <dev-haskell/wherefrom-compat-0.2
	text? (
		|| (
			( >=dev-haskell/text-1.2 <dev-haskell/text-1.3 )
			( >=dev-haskell/text-2 <dev-haskell/text-2.2 )
		)
		dev-haskell/text:=[profile?]
	)
	vector? (
		>=dev-haskell/vector-0.12:=[profile?] <dev-haskell/vector-0.14:=[profile?]
	)

	>=dev-haskell/cabal-3.4.1.0
	test? (
		>=dev-haskell/hedgehog-1.1
		>=dev-haskell/random-1.1
		>=dev-haskell/tasty-1.3 <dev-haskell/tasty-1.6
		>=dev-haskell/tasty-hedgehog-1.1 <dev-haskell/tasty-hedgehog-1.5
	)

RDEPEND

	>=dev-lang/ghc-9.0.2:=
	>=dev-haskell/wherefrom-compat-0.1.1:=[profile?] <dev-haskell/wherefrom-compat-0.2
	text? (
		|| (
			( >=dev-haskell/text-1.2 <dev-haskell/text-1.3 )
			( >=dev-haskell/text-2 <dev-haskell/text-2.2 )
		)
		dev-haskell/text:=[profile?]
	)
	vector? (
		>=dev-haskell/vector-0.12:=[profile?] <dev-haskell/vector-0.14:=[profile?]
	)