| Copyright | (c) 2019-2021 Vaclav Svejcar |
|---|---|
| License | BSD-3-Clause |
| Maintainer | vaclav.svejcar@gmail.com |
| Stability | experimental |
| Portability | POSIX |
| Safe Haskell | None |
| Language | Haskell2010 |
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.