summaryrefslogtreecommitdiff
path: root/config.yaml
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@fretlink.com>2018-10-20 17:19:06 +0200
committerIsmaël Bouya <ismael.bouya@fretlink.com>2018-10-20 17:33:07 +0200
commitf414bdd599a6877fc0f97872cb36a7c8b0c89a0d (patch)
treecce28b543947c47d3b3a16e81128ba5b654e9ba5 /config.yaml
parent05783121795db11c287c2933aada98be7ec6c3e1 (diff)
downloaddotdrop-f414bdd599a6877fc0f97872cb36a7c8b0c89a0d.tar.gz
dotdrop-f414bdd599a6877fc0f97872cb36a7c8b0c89a0d.tar.zst
dotdrop-f414bdd599a6877fc0f97872cb36a7c8b0c89a0d.zip
Add haskell stack config
Diffstat (limited to 'config.yaml')
-rw-r--r--config.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.yaml b/config.yaml
index b0ae702..3f4fcb0 100644
--- a/config.yaml
+++ b/config.yaml
@@ -62,6 +62,9 @@ dotfiles:
62 prog_haskell_ghci: 62 prog_haskell_ghci:
63 dst: ~/.ghc/ghci.conf 63 dst: ~/.ghc/ghci.conf
64 src: programming/haskell/ghci.conf 64 src: programming/haskell/ghci.conf
65 prog_haskell_stack:
66 dst: ~/.local/share/stack
67 src: programming/haskell/stack
65 prog_nodejs_npm: 68 prog_nodejs_npm:
66 dst: ~/.config/npm/npmrc 69 dst: ~/.config/npm/npmrc
67 src: programming/nodejs/npmrc 70 src: programming/nodejs/npmrc
@@ -132,6 +135,7 @@ profiles:
132 _prog_haskell: 135 _prog_haskell:
133 dotfiles: 136 dotfiles:
134 - prog_haskell_ghci 137 - prog_haskell_ghci
138 - prog_haskell_stack
135 _prog_nodejs: 139 _prog_nodejs:
136 dotfiles: 140 dotfiles:
137 - prog_nodejs_npm 141 - prog_nodejs_npm