summaryrefslogtreecommitdiff
path: root/roles/programming/haskell/files/stack/config.yaml
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@fretlink.com>2018-11-02 17:03:49 +0100
committerIsmaël Bouya <ismael.bouya@fretlink.com>2018-11-02 17:03:49 +0100
commit397c4fed757d201af627636822981e85e84ea572 (patch)
treed6733d4022bf04784be84581f6c16e96a1b229e8 /roles/programming/haskell/files/stack/config.yaml
downloadAnsible-397c4fed757d201af627636822981e85e84ea572.tar.gz
Ansible-397c4fed757d201af627636822981e85e84ea572.tar.zst
Ansible-397c4fed757d201af627636822981e85e84ea572.zip
Validation initiale
Diffstat (limited to 'roles/programming/haskell/files/stack/config.yaml')
-rw-r--r--roles/programming/haskell/files/stack/config.yaml14
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
9templates:
10 scm-init: git
11 params:
12 author-name: Ismaël Bouya
13 author-email: ismael.bouya@fretlink.com
14 github-username: ismaelbouyaf