Modern templates for the Haskell Tool Stack
Templates to create new Haskell projects using Stack with the minimal set of configurations and boilerplate I need.
You can use any templates here directly with stack:
stack new PROJECT_NAME wwmoraes/default
Replace default
with any other *.hsfiles
in this repository as needed.
You can optionally configure stack to use one of the templates from here through
the default-template
setting.