| Maintainer | Toshio Ito <debug.ito@gmail.com> |
|---|---|
| Safe Haskell | None |
| Language | Haskell2010 |
Staversion.Internal.Format
Description
This is an internal module. End-users should not use it.
- formatResultsCabal :: [Result] -> Text
- formatResultsCabalAggregated :: Aggregator -> [Result] -> (Text, [LogEntry])
Documentation
formatResultsCabal :: [Result] -> Text Source #
format Results like it's in build-depends in .cabal files.
formatResultsCabalAggregated :: Aggregator -> [Result] -> (Text, [LogEntry]) Source #
aggregate Results and format them like it's in build-depends in
.cabal files.