Safe Haskell | None |
---|---|
Language | Haskell2010 |
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.
Instances
data OutputInfo Source #