diff options
Diffstat (limited to 'dotfiles/programming/haskell/stack/global-project/stack.yaml')
-rw-r--r-- | dotfiles/programming/haskell/stack/global-project/stack.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/dotfiles/programming/haskell/stack/global-project/stack.yaml b/dotfiles/programming/haskell/stack/global-project/stack.yaml new file mode 100644 index 0000000..643adf2 --- /dev/null +++ b/dotfiles/programming/haskell/stack/global-project/stack.yaml | |||
@@ -0,0 +1,10 @@ | |||
1 | # This is the implicit global project's config file, which is only used when | ||
2 | # 'stack' is run outside of a real project. Settings here do _not_ act as | ||
3 | # defaults for all projects. To change stack's default settings, edit | ||
4 | # '/home/ismael/.local/share/stack/config.yaml' instead. | ||
5 | # | ||
6 | # For more information about stack's configuration, see | ||
7 | # http://docs.haskellstack.org/en/stable/yaml_configuration/ | ||
8 | # | ||
9 | packages: [] | ||
10 | resolver: lts-12.11 | ||