headroom-0.4.0.0: License Header Manager
Copyright(c) 2019-2021 Vaclav Svejcar
LicenseBSD-3-Clause
Maintainervaclav.svejcar@gmail.com
Stabilityexperimental
PortabilityPOSIX
Safe HaskellNone
LanguageHaskell2010

Headroom.Embedded

Description

Contains contents of files embedded using the Data.FileEmbed module.

Synopsis

Documentation

configFileStub :: IsString a => a Source #

Content of dummy YAML configuration file for the application.

defaultConfig :: IsString a => a Source #

Default YAML configuration.

licenseTemplate Source #

Arguments

:: IsString a 
=> LicenseType

license for which to return the template

-> FileType

license for which to return the template

-> a

template text

License template for given license.