This commit is contained in:
ProgramSnail 2025-09-11 18:41:08 +03:00
parent 586835c102
commit 2379badd14

View file

@ -1,3 +1,10 @@
- name: installing hlint # TODO: install by cabal (?)
ansible.builtin.dnf5:
name:
- hlint
state: latest
- name: Downloading ghcup bootstrap script
ansible.builtin.uri:
url: https://get-ghcup.haskell.org