| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Distribution.Types.GivenComponent
Synopsis
- data GivenComponent = GivenComponent {
- givenComponentPackage :: PackageName
- givenComponentName :: LibraryName
- givenComponentId :: ComponentId
- data PromisedComponent = PromisedComponent {
- promisedComponentPackage :: PackageId
- promisedComponentName :: LibraryName
- promisedComponentId :: ComponentId
Documentation
data GivenComponent Source #
A GivenComponent represents a library depended on and explicitly
specified by the user/client with --dependency
It enables Cabal to know which ComponentId to associate with a library
Since: 2.3.0.0
Constructors
| GivenComponent | |
Fields
| |
Instances
data PromisedComponent Source #
A PromisedComponent represents a promised library depended on and explicitly
specified by the user/client with --promised-dependency
It enables Cabal to know which ComponentId to associate with a library
Since: 3.14.0.0
Constructors
| PromisedComponent | |
Fields
| |