Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Hercules.API.Agent.Evaluate.EvaluateEvent.DerivationInfo
Synopsis
- type OutputNameText = Text
- type DerivationPathText = Text
- data DerivationInfo = DerivationInfo {}
- data OutputInfo = OutputInfo {}
Documentation
type OutputNameText = Text Source #
type DerivationPathText = Text Source #
data DerivationInfo Source #
Derivation fields that are relevant to CI, notably excluding the details that make it buildable and may be sensitive such as the builder script or output hashes.
Constructors
DerivationInfo | |
Instances
data OutputInfo Source #