diff options
Diffstat (limited to 'roles/programming/haskell/files/stack/config.yaml')
-rw-r--r-- | roles/programming/haskell/files/stack/config.yaml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/roles/programming/haskell/files/stack/config.yaml b/roles/programming/haskell/files/stack/config.yaml new file mode 100644 index 0000000..3bf2f91 --- /dev/null +++ b/roles/programming/haskell/files/stack/config.yaml | |||
@@ -0,0 +1,14 @@ | |||
1 | # This file contains default non-project-specific settings for 'stack', used | ||
2 | # in all projects. For more information about stack's configuration, see | ||
3 | # http://docs.haskellstack.org/en/stable/yaml_configuration/ | ||
4 | |||
5 | # The following parameters are used by "stack new" to automatically fill fields | ||
6 | # in the cabal config. We recommend uncommenting them and filling them out if | ||
7 | # you intend to use 'stack new'. | ||
8 | # See https://docs.haskellstack.org/en/stable/yaml_configuration/#templates | ||
9 | templates: | ||
10 | scm-init: git | ||
11 | params: | ||
12 | author-name: Ismaƫl Bouya | ||
13 | author-email: ismael.bouya@fretlink.com | ||
14 | github-username: ismaelbouyaf | ||