Maintainer | Toshio Ito <[email protected]> |
---|---|
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Staversion.Internal.Format
Description
This is an internal module. End-users should not use it.
Synopsis
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.