From 5e9b652a7782ebd07b69100d9ce234785bf38083 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Thu, 20 Feb 2020 01:40:06 +0300 Subject: symlinks on Windows are a freaking pain I'll just update the relevant files from linux-home from now on, I think. --- %STACK_ROOT%/config.yaml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) mode change 120000 => 100644 %STACK_ROOT%/config.yaml (limited to '%STACK_ROOT%') diff --git a/%STACK_ROOT%/config.yaml b/%STACK_ROOT%/config.yaml deleted file mode 120000 index 5f42b8c..0000000 --- a/%STACK_ROOT%/config.yaml +++ /dev/null @@ -1 +0,0 @@ -../linux-home/%HOME%/.stack/config.yaml \ No newline at end of file diff --git a/%STACK_ROOT%/config.yaml b/%STACK_ROOT%/config.yaml new file mode 100644 index 0000000..c65d477 --- /dev/null +++ b/%STACK_ROOT%/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) 2020 Egor Tensin ' + github-username: egor-tensin -- cgit v1.2.3