Copyright | (c) 2019-2020 Vaclav Svejcar |
---|---|
License | BSD-3-Clause |
Maintainer | vaclav.svejcar@gmail.com |
Stability | experimental |
Portability | POSIX |
Safe Haskell | None |
Language | Haskell2010 |
Contains contents of files embedded using the Data.FileEmbed module.
Synopsis
- configFileStub :: IsString a => a
- defaultConfig :: IsString a => a
- licenseTemplate :: IsString a => LicenseType -> FileType -> a
Documentation
configFileStub :: IsString a => a Source #
Content of dummy YAML configuration file for the application.
defaultConfig :: IsString a => a Source #
Default YAML configuration.
:: 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.