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

Headroom.Embedded

Description

Contains resources that were embedded from the embedded/ source folder during compile time, using the Data.FileEmbed module.

Synopsis

Documentation

configFileStub :: IsString a => a Source #

Content of dummy YAML configuration file for the application.

licenseTemplate Source #

Arguments

:: IsString a 
=> License

License for which to return the template

-> a

template text

License template for given License.