Safe Haskell | None |
---|---|
Language | GHC2021 |
Stack.Types.ParentMap
Description
Module exporting the ParentMap
type synonym.
Synopsis
- type ParentMap = MonoidMap PackageName [(PackageIdentifier, VersionRange)]
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.