Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
Documentation
docsVersion :: Text Source #
Version number used in docs. Uses only the two first components of the version. Example: 'v1.1'
prettyVersion :: ByteString Source #
User friendly version number such as '1.1.1'. Pre-release versions are tagged as such, e.g., '1.1.1.1 (pre-release)'. If a git hash is available, it's added to the version, e.g., '1.1.1 (abcdef0)'.