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%/... --- %APPDATA%/stack/config.yaml | 10 ---------- %STACK_ROOT%/config.yaml | 10 ++++++++++ 2 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 %APPDATA%/stack/config.yaml create mode 100644 %STACK_ROOT%/config.yaml diff --git a/%APPDATA%/stack/config.yaml b/%APPDATA%/stack/config.yaml deleted file mode 100644 index 446f1bc..0000000 --- a/%APPDATA%/stack/config.yaml +++ /dev/null @@ -1,10 +0,0 @@ -# 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 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