stack-2.15.3: The Haskell Tool Stack
Safe HaskellSafe-Inferred
LanguageGHC2021

Stack.Types.ParentMap

Description

Module exporting the ParentMap type synonym.

Synopsis

Documentation

type ParentMap = MonoidMap PackageName [(PackageIdentifier, VersionRange)] Source #

Type synonym representing dictionaries of package names, and a list of pairs of the identifier of a package depending on the package and the version range specified for the dependency by that package.