8 lines
98 B
YAML
8 lines
98 B
YAML
---
|
|
- name: install haskell
|
|
apt:
|
|
name:
|
|
- ghc
|
|
- haskell-stack
|
|
state: present
|