dev-haskell/hls-graph - 2.12.0.0 (haskell)

Search

Install

Install this version:

emerge -a =dev-haskell/hls-graph-2.12.0.0

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

autounmask =dev-haskell/hls-graph-2.12.0.0

Or alternatively:

emerge --autounmask-write -a =dev-haskell/hls-graph-2.12.0.0

Package Information

Description:
Haskell Language Server internal graph API
Homepage:
https://github.com/haskell/haskell-language-server#readme
License:
Apache-2.0

Ebuild Details

Version EAPI Keywords Slot
2.12.0.0 8 ~amd64 0/2.12.0.0
View Raw Ebuild
# Copyright 1999-2025 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: embed-files,-pedantic

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

DESCRIPTION="Haskell Language Server internal graph API"
HOMEPAGE="https://github.com/haskell/haskell-language-server#readme"

LICENSE="Apache-2.0"
SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE="embed-files stm-stats"

RDEPEND="dev-haskell/aeson:=[profile?]
	>=dev-haskell/async-2.0:=[profile?]
	dev-haskell/extra:=[profile?]
	>=dev-haskell/focus-1.0.3.2:=[profile?]
	dev-haskell/hashable:=[profile?]
	dev-haskell/js-dgtable:=[profile?]
	dev-haskell/js-flot:=[profile?]
	dev-haskell/js-jquery:=[profile?]
	dev-haskell/list-t:=[profile?]
	dev-haskell/stm-containers:=[profile?]
	dev-haskell/text:=[profile?]
	dev-haskell/unliftio:=[profile?]
	dev-haskell/unordered-containers:=[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/hspec
		dev-haskell/tasty
		>=dev-haskell/tasty-hspec-1.2
		dev-haskell/tasty-rerun )
"

src_configure() {
	haskell-cabal_src_configure \
		$(cabal_flag embed-files embed-files) \
		--flag=-pedantic \
		$(cabal_flag stm-stats stm-stats)
}

USE Flags

Manage flags for this package: euse -i <flag> -p dev-haskell/hls-graph | euse -E <flag> -p dev-haskell/hls-graph | euse -D <flag> -p dev-haskell/hls-graph

Global/Standard Flags

Inherited Eclasses

Dependencies

DEPEND

dev-haskell/aeson:=[profile?]
	>=dev-haskell/async-2.0:=[profile?]
	dev-haskell/extra:=[profile?]
	>=dev-haskell/focus-1.0.3.2:=[profile?]
	dev-haskell/hashable:=[profile?]
	dev-haskell/js-dgtable:=[profile?]
	dev-haskell/js-flot:=[profile?]
	dev-haskell/js-jquery:=[profile?]
	dev-haskell/list-t:=[profile?]
	dev-haskell/stm-containers:=[profile?]
	dev-haskell/text:=[profile?]
	dev-haskell/unliftio:=[profile?]
	dev-haskell/unordered-containers:=[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/hspec
		dev-haskell/tasty
		>=dev-haskell/tasty-hspec-1.2
		dev-haskell/tasty-rerun )

RDEPEND

dev-haskell/aeson:=[profile?]
	>=dev-haskell/async-2.0:=[profile?]
	dev-haskell/extra:=[profile?]
	>=dev-haskell/focus-1.0.3.2:=[profile?]
	dev-haskell/hashable:=[profile?]
	dev-haskell/js-dgtable:=[profile?]
	dev-haskell/js-flot:=[profile?]
	dev-haskell/js-jquery:=[profile?]
	dev-haskell/list-t:=[profile?]
	dev-haskell/stm-containers:=[profile?]
	dev-haskell/text:=[profile?]
	dev-haskell/unliftio:=[profile?]
	dev-haskell/unordered-containers:=[profile?]
	>=dev-lang/ghc-9.0.2:=
	embed-files? ( >=dev-haskell/file-embed-0.0.11:=[profile?] )