stack-3.9.1: A program for developing Haskell projects
LicenseBSD-3-Clause
Safe HaskellNone
LanguageGHC2024

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.