mirror of
https://codeberg.org/ProgramSnail/config.git
synced 2025-12-16 20:38:43 +00:00
hlint
This commit is contained in:
parent
586835c102
commit
2379badd14
1 changed files with 7 additions and 0 deletions
|
|
@ -1,3 +1,10 @@
|
||||||
|
- name: installing hlint # TODO: install by cabal (?)
|
||||||
|
ansible.builtin.dnf5:
|
||||||
|
name:
|
||||||
|
- hlint
|
||||||
|
state: latest
|
||||||
|
|
||||||
|
|
||||||
- name: Downloading ghcup bootstrap script
|
- name: Downloading ghcup bootstrap script
|
||||||
ansible.builtin.uri:
|
ansible.builtin.uri:
|
||||||
url: https://get-ghcup.haskell.org
|
url: https://get-ghcup.haskell.org
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue