/stack-templates

My personal stack templates for easy Haskell project initialization

MIT LicenseMIT

Stack Templates

My personal stack templates for easier Haskell project initialization. See the Stack docs for more information on defining and using Stack templates, and commercialhaskell/stack-templates for a list of "official" templates.

Usage Example

stack new myproject glebec/full  # or any <TEMPLATE_NAME>.hsfiles in this repo

Templates

  • full: a GitHub-ready project (with project meta files) using Hpack