Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DepToPkgId ¶
func GetDepsPure ¶
func GetDepsPure(stackAllDeps []Dep, stackImmediateDeps []Dep, depMap GhcPkgDeps) graph.Deps
Types ¶
type Canonical ¶
type Canonical struct {
Identifier string
}
Canonical string representation of a ghc-pkg package of the form: package-name-0.0.1.0
func DepToCanonical ¶
type GhcPkgDeps ¶
A mapping of ghc-pkg packages to their dependencies
func GetGhcPkgDepMap ¶
func GetGhcPkgDepMap() (GhcPkgDeps, error)
func ParseGhcPkgDepMap ¶
func ParseGhcPkgDepMap(output string) GhcPkgDeps
Click to show internal directories.
Click to hide internal directories.