diff options
Diffstat (limited to '')
-rw-r--r-- | %HOME%/.stack/config.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/%HOME%/.stack/config.yaml b/%HOME%/.stack/config.yaml new file mode 100644 index 0000000..6738cd9 --- /dev/null +++ b/%HOME%/.stack/config.yaml @@ -0,0 +1,9 @@ +# 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) 2017 Egor Tensin <Egor.Tensin@gmail.com>' + github-username: egor-tensin |