summaryrefslogtreecommitdiff
path: root/roles/programming/haskell/files/stack/config.yaml
blob: 3bf2f91ed8e49c21b5abd84120cf07f492de9d96 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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/

# The following parameters are used by "stack new" to automatically fill fields
# in the cabal config. We recommend uncommenting them and filling them out if
# you intend to use 'stack new'.
# See https://docs.haskellstack.org/en/stable/yaml_configuration/#templates
templates:
  scm-init: git
  params:
    author-name: Ismaël Bouya
    author-email: ismael.bouya@fretlink.com
    github-username: ismaelbouyaf