diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-08-15 01:33:32 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-08-15 01:33:44 +0200 |
commit | 2a480f2fb210cfbcb2344160869d2bbe9b6e4580 (patch) | |
tree | 47a40d87ef9a6eeaf8f4a4084ed4817b5682ca55 /%HOME% | |
parent | remove .xsessionrc (diff) | |
download | linux-home-2a480f2fb210cfbcb2344160869d2bbe9b6e4580.tar.gz linux-home-2a480f2fb210cfbcb2344160869d2bbe9b6e4580.zip |
remove stack configuration
It wasn't used or maintained for quite a while now.
Diffstat (limited to '%HOME%')
-rw-r--r-- | %HOME%/.stack/config.yaml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/%HOME%/.stack/config.yaml b/%HOME%/.stack/config.yaml deleted file mode 100644 index c65d477..0000000 --- a/%HOME%/.stack/config.yaml +++ /dev/null @@ -1,9 +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) 2020 Egor Tensin <Egor.Tensin@gmail.com>' - github-username: egor-tensin |