Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Stack.Types.Dependency
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.
Constructors
DepValue | |
Fields
|
Is this package being used as a library, or just as a build tool? If the former, we need to ensure that a library actually exists. See https://github.com/commercialhaskell/stack/issues/2195
Constructors
AsLibrary | |
AsBuildTool |