7 lines
104 B
YAML
7 lines
104 B
YAML
---
|
|
- name: Install ghc and hlint
|
|
dnf:
|
|
name:
|
|
- "@ghc:8.10"
|
|
- hlint
|
|
state: present
|