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