2022-09-28 10:55:23 +00:00
|
|
|
- name: install Haskell platform
|
|
|
|
apt:
|
|
|
|
name: haskell-platform
|
|
|
|
state: latest
|
2022-09-24 00:13:49 +00:00
|
|
|
|
2022-09-28 10:55:23 +00:00
|
|
|
- name: install Haskell Tool Stack
|
|
|
|
apt:
|
|
|
|
name: haskell-stack
|
|
|
|
state: latest
|
2022-09-24 00:13:49 +00:00
|
|
|
|
2022-09-28 10:55:23 +00:00
|
|
|
- name: install Haskell compiler
|
|
|
|
apt:
|
|
|
|
name: ghc
|
|
|
|
state: latest
|