dotfiles/toolboxes/haskell.yml

13 lines
203 B
YAML
Raw Normal View History

---
- name: Prepare haskell container
hosts: all
become: yes
become_method: sudo
tasks:
- name: Install ghci
dnf:
name:
- ghc
- hlint
state: present