dotfiles/playbooks/roles/fedora_packages/tasks/haskell.yml

8 lines
104 B
YAML
Raw Normal View History

---
- name: Install ghc and hlint
dnf:
name:
- "@ghc:8.10"
- hlint
state: present