diff options
Diffstat (limited to '%STACK_ROOT%/config.yaml')
-rw-r--r--[l---------] | %STACK_ROOT%/config.yaml | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/%STACK_ROOT%/config.yaml b/%STACK_ROOT%/config.yaml index 5f42b8c..c65d477 120000..100644 --- a/%STACK_ROOT%/config.yaml +++ b/%STACK_ROOT%/config.yaml @@ -1 +1,9 @@ -../linux-home/%HOME%/.stack/config.yaml
\ No newline at end of file +# 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) 2020 Egor Tensin <Egor.Tensin@gmail.com>' + github-username: egor-tensin |