Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Commit

Permalink
Fix #128: bump default hlint version to 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasabel committed Dec 22, 2022
1 parent 66b3764 commit cfcdd36
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion hlint-setup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ See also [haskell/actions/hlint-run](https://github.com/haskell/actions/tree/mai

## Inputs

* `version`: The HLint version to download. Currently defaults to `3.1.6`.
* `version`: The HLint version to download. Currently defaults to `3.5`.

Note that on some virtual environments, some versions of `hlint` need extra prerequisites installed.
E.g., on `ubuntu-22.04`, versions `hlint < 3.5` need the `libncurses5` library ([#128](https://github.com/haskell/actions/issues/128)).

## Outputs

Expand Down
2 changes: 1 addition & 1 deletion hlint-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ inputs:
version:
description: 'hlint version'
required: false
default: '3.3.6'
default: '3.5'
outputs:
hlint-dir:
description: 'Directory containing the hlint executable'
Expand Down

0 comments on commit cfcdd36

Please sign in to comment.