diff options
Diffstat (limited to '%STACK_ROOT%')
-rw-r--r-- | %STACK_ROOT%/config.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/%STACK_ROOT%/config.yaml b/%STACK_ROOT%/config.yaml new file mode 100644 index 0000000..446f1bc --- /dev/null +++ b/%STACK_ROOT%/config.yaml @@ -0,0 +1,10 @@ +# This file contains default non-project-specific settings for 'stack', used +# in all projects. For more information about stack's configuration, see +# http://docs.haskellstack.org/en/stable/yaml_configuration/ +# +templates: + params: + author-name: Egor Tensin + author-email: Egor.Tensin@gmail.com + copyright: '(c) 2016 Egor Tensin <Egor.Tensin@gmail.com>' + github-username: egor-tensin |