| 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.
Documentation
formatAggregatedResults :: FormatConfig -> [AggregatedResult] -> Text Source #
data FormatConfig Source #
Constructors
| FormatConfig | |
Fields  | |
type FormatVersion = VersionRange -> Text Source #
Format for VersionRange.
formatVersionCabal :: FormatVersion Source #
Let Cabal format VersionRange.
formatVersionCabalCaret :: FormatVersion Source #
Similar to formatVersionCabal, but it uses the "caret"
 operator (^>=) where possible.