Copyright | (c) 2019-2020 Vaclav Svejcar |
---|---|
License | BSD-3-Clause |
Maintainer | vaclav.svejcar@gmail.com |
Stability | experimental |
Portability | POSIX |
Safe Haskell | None |
Language | Haskell2010 |
Module providing application metadata, such as application name, vendor, version, etc.
Synopsis
- type TemplateType = Mustache
- buildVersion :: Text
- productDesc :: Text
- productInfo :: Text
- productName :: Text
- website :: Text
Documentation
type TemplateType = Mustache Source #
Type of the template format used for license headers.
buildVersion :: Text Source #
Application version, as specified in headroom.cabal
file.
productDesc :: Text Source #
Full product description.
productInfo :: Text Source #
Product info.
productName :: Text Source #
Product name.