dev-util/shake - 0.19.9 (haskell)

Search

Install

Install this version:

emerge -a =dev-util/shake-0.19.9

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-util/shake-0.19.9

Or alternatively:

emerge --autounmask-write -a =dev-util/shake-0.19.9

Package Information

Description:
Build system library, like Make, but more accurate dependencies
Homepage:
https://shakebuild.com
License:
BSD

Ebuild Details

Version EAPI Keywords Slot
0.19.9 8 ~amd64 ~arm64 ~ppc64 ~riscv ~x86 0/0.19.9
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.1.0.9999
#hackport: flags: -cloud,-portable,threads:threaded

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

DESCRIPTION="Build system library, like Make, but more accurate dependencies"
HOMEPAGE="https://shakebuild.com"

# Tests are failing
# See: <https://github.com/ndmitchell/shake/issues/834>
RESTRICT="test"

LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
IUSE="embed-files +threaded"

RDEPEND=">=dev-haskell/extra-1.6.19:=[profile?]
	dev-haskell/filepattern:=[profile?]
	>=dev-haskell/hashable-1.1.2.3:=[profile?]
	>=dev-haskell/heaps-0.3.6.1:=[profile?]
	dev-haskell/js-dgtable:=[profile?]
	dev-haskell/js-flot:=[profile?]
	dev-haskell/js-jquery:=[profile?]
	dev-haskell/primitive:=[profile?]
	dev-haskell/random:=[profile?]
	>=dev-haskell/unordered-containers-0.2.7:=[profile?]
	>=dev-haskell/utf8-string-0.3:=[profile?]
	>=dev-lang/ghc-9.0.2:=
	embed-files? ( >=dev-haskell/file-embed-0.0.11:=[profile?] )
"
DEPEND="${RDEPEND}
	>=dev-haskell/cabal-3.4.1.0
	test? ( >=dev-haskell/quickcheck-2.0 )
"

src_configure() {
	haskell-cabal_src_configure \
		--flag=-cloud \
		$(cabal_flag embed-files embed-files) \
		--flag=-portable \
		$(cabal_flag threaded threaded)
}

USE Flags

Manage flags for this package: euse -i <flag> -p dev-util/shake | euse -E <flag> -p dev-util/shake | euse -D <flag> -p dev-util/shake

Global/Standard Flags

threaded
Default: Enabled (+)

Inherited Eclasses

Dependencies

DEPEND

>=dev-haskell/extra-1.6.19:=[profile?]
	dev-haskell/filepattern:=[profile?]
	>=dev-haskell/hashable-1.1.2.3:=[profile?]
	>=dev-haskell/heaps-0.3.6.1:=[profile?]
	dev-haskell/js-dgtable:=[profile?]
	dev-haskell/js-flot:=[profile?]
	dev-haskell/js-jquery:=[profile?]
	dev-haskell/primitive:=[profile?]
	dev-haskell/random:=[profile?]
	>=dev-haskell/unordered-containers-0.2.7:=[profile?]
	>=dev-haskell/utf8-string-0.3:=[profile?]
	>=dev-lang/ghc-9.0.2:=
	embed-files? ( >=dev-haskell/file-embed-0.0.11:=[profile?] )

	>=dev-haskell/cabal-3.4.1.0
	test? ( >=dev-haskell/quickcheck-2.0 )

RDEPEND

>=dev-haskell/extra-1.6.19:=[profile?]
	dev-haskell/filepattern:=[profile?]
	>=dev-haskell/hashable-1.1.2.3:=[profile?]
	>=dev-haskell/heaps-0.3.6.1:=[profile?]
	dev-haskell/js-dgtable:=[profile?]
	dev-haskell/js-flot:=[profile?]
	dev-haskell/js-jquery:=[profile?]
	dev-haskell/primitive:=[profile?]
	dev-haskell/random:=[profile?]
	>=dev-haskell/unordered-containers-0.2.7:=[profile?]
	>=dev-haskell/utf8-string-0.3:=[profile?]
	>=dev-lang/ghc-9.0.2:=
	embed-files? ( >=dev-haskell/file-embed-0.0.11:=[profile?] )