mirror of
https://codeberg.org/ProgramSnail/config.git
synced 2025-12-15 20:08:44 +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
|
||||
ansible.builtin.uri:
|
||||
url: https://get-ghcup.haskell.org
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue