From e3dea9f1c5ec13163aea1ca225750a76c8ce9449 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 13 Dec 2016 18:31:29 +0300 Subject: stack: use %STACK_ROOT% instead of %APPDATA%/... --- %STACK_ROOT%/config.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 %STACK_ROOT%/config.yaml (limited to '%STACK_ROOT%') 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 ' + github-username: egor-tensin -- cgit v1.2.3