[prog:haskell] add

master
Simon Bruder 2019-05-10 20:24:13 +00:00
parent 8be9398afa
commit 57aca069fb
No known key found for this signature in database
GPG Key ID: 6F03E0000CC5B62F
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,7 @@
---
- name: install haskell
apt:
name:
- ghc
- haskell-stack
state: present

View File

@ -14,3 +14,6 @@
- import_tasks: rust.yml
tags:
- prog:rust
- import_tasks: haskell.yml
tags:
- prog:haskell