prog_haskell_ghci:
dst: ~/.ghc/ghci.conf
src: programming/haskell/ghci.conf
+ prog_haskell_stack:
+ dst: ~/.local/share/stack
+ src: programming/haskell/stack
prog_nodejs_npm:
dst: ~/.config/npm/npmrc
src: programming/nodejs/npmrc
_prog_haskell:
dotfiles:
- prog_haskell_ghci
+ - prog_haskell_stack
_prog_nodejs:
dotfiles:
- prog_nodejs_npm
--- /dev/null
+# 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:
+ params:
+# author-name:
+# author-email:
+# copyright:
+# github-username:
\ No newline at end of file
--- /dev/null
+This is the implicit global project, which is used only when 'stack' is run
+outside of a real project.
--- /dev/null
+# This is the implicit global project's config file, which is only used when
+# 'stack' is run outside of a real project. Settings here do _not_ act as
+# defaults for all projects. To change stack's default settings, edit
+# '/home/ismael/.local/share/stack/config.yaml' instead.
+#
+# For more information about stack's configuration, see
+# http://docs.haskellstack.org/en/stable/yaml_configuration/
+#
+packages: []
+resolver: lts-12.11