stack-3.1.1: The Haskell Tool Stack
Safe HaskellNone
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.