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

Headroom.FileSupport.PureScript

Description

Support for PureScript source code files. This implementation extracts PureScript module name as variable.

Extracted Variables for Templates

This implementation extracts following variables from source code file:

  • _purescript_module_name - name of the PureScript module

Extracted Custom Data

This implementation does not extract any custom data from template file.

Synopsis

Documentation

fileSupport :: FileSupport Source #

Implementation of FileSupport for PureScript.