staversion-0.1.4.0: What version is the package X in stackage lts-Y.ZZ?

MaintainerToshio Ito <debug.ito@gmail.com>
Safe HaskellNone
LanguageHaskell2010

Staversion.Internal.Format

Description

This is an internal module. End-users should not use it.

Synopsis

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.