Safe Haskell | None |
---|---|
Language | GHC2021 |
Cabal.Matrix.Record
Synopsis
- data RunOptions = RunOptions {}
- record :: Matrix -> RunOptions -> IO [FlavorResult]
- data StepResult = StepResult {}
- data FlavorResult = FlavorResult {
- flavor :: Map Text Text
- steps :: PerCabalStep (Maybe StepResult)
Documentation
data RunOptions Source #
Constructors
RunOptions | |
record :: Matrix -> RunOptions -> IO [FlavorResult] Source #
data StepResult Source #
The ultimate result of having completed a single step of a single flavor.
Constructors
StepResult | |
data FlavorResult Source #
Constructors
FlavorResult | |
Fields
|