cabal-helper-1.0.0.0: Give Haskell development tools access to Cabal project environment

Safe HaskellNone
LanguageHaskell2010

CabalHelper.Compiletime.Compat.Version

Synopsis

Documentation

showVersion :: Version -> String #

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.