[prog:haskell] add
This commit is contained in:
parent
8be9398afa
commit
57aca069fb
7
roles/prog/tasks/haskell.yml
Normal file
7
roles/prog/tasks/haskell.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
- name: install haskell
|
||||
apt:
|
||||
name:
|
||||
- ghc
|
||||
- haskell-stack
|
||||
state: present
|
|
@ -14,3 +14,6 @@
|
|||
- import_tasks: rust.yml
|
||||
tags:
|
||||
- prog:rust
|
||||
- import_tasks: haskell.yml
|
||||
tags:
|
||||
- prog:haskell
|
||||
|
|
Reference in a new issue