This repository has been archived on 2020-08-28. You can view files and clone it, but cannot push or open issues or pull requests.
ansible-laptop/roles/prog/tasks/haskell.yml

8 lines
98 B
YAML
Raw Normal View History

2019-05-10 22:24:13 +02:00
---
- name: install haskell
apt:
name:
- ghc
- haskell-stack
state: present