Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Synopsis
- data DepValue = DepValue {
- dvVersionRange :: !VersionRange
- dvType :: !DepType
- data DepType
Documentation
The value for a map from dependency name. This contains both the version range and the type of dependency, and provides a semigroup instance.
DepValue | |
|