text-show-0.5: Efficient conversion of values into Text

Copyright(C) 2014-2015 Ryan Scott
LicenseBSD-style (see the file LICENSE)
MaintainerRyan Scott
StabilityExperimental
PortabilityGHC
Safe HaskellNone
LanguageHaskell98

Text.Show.Text.Data.Version

Description

Monomorphic Show functions for Version.

Since: 0.3

Synopsis

Documentation

showbVersionPrec :: Int -> Version -> Builder Source

Convert a Version to a Builder with the given precedence.

Since: 0.3

showbVersionConcrete :: Version -> Builder Source

Provides one possible concrete representation for Version. For a version with versionBranch = [1,2,3] and versionTags = ["tag1","tag2"], the output will be 1.2.3-tag1-tag2.

Since: 0.3