dotfiles/playbooks/roles/haskell/tasks/main.yml
Matej Focko 5a4eda0cdb
Create role for Haskell
Signed-off-by: Matej Focko <me@mfocko.xyz>
2020-10-13 09:00:00 +02:00

13 lines
No EOL
263 B
YAML

---
- name: Create directories for configuration
shell: mkdir ~/.ghc
- name: Install ghci.conf
template:
src: templates/ghci.conf.j2
dest: ~/.ghc/ghci.conf
- name: Install HLint.hs
template:
src: templates/HLint.hs.j2
dest: ~/.ghc/HLint.hs