headroom-0.3.1.0: License Header Manager

Copyright(c) 2019-2020 Vaclav Svejcar
LicenseBSD-3-Clause
Maintainervaclav.svejcar@gmail.com
Stabilityexperimental
PortabilityPOSIX
Safe HaskellNone
LanguageHaskell2010

Headroom.Meta

Description

Module providing application metadata, such as application name, vendor, version, etc.

Synopsis

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.

website :: Text Source #

Homepage website of the product.