> For the complete CircleCI developer hub index, see [llms.txt](https://circleci.com/developer/llms.txt)

# haskell-works/hlint

Runs HLint

## Commands

### hlint

Runs HLint

| Parameter | Type | Default | Description |
|---|---|---|---|
| `base-url` | string | https://dl.haskellworks.io/binaries/hlint | Base URL path from which to download HLint |
| `version` | string | 3.1.6 | HLint version |
| `arch` | string | x86_64 | CPU architecture of the HLint binary |
| `os` | string | linux | OS of the HLint binary |
| `directories` | string | . | Directories to run hlint on |
| `options` | string |  | Options to pass to the HLint process |

## Jobs

### hlint

Uploads package to Hackage

| Parameter | Type | Default | Description |
|---|---|---|---|
| `executor` | executor | default |  |
| `base-url` | string | https://dl.haskellworks.io/binaries/hlint | Base URL path from which to download HLint |
| `version` | string | 3.1.6 | HLint version |
| `arch` | string | x86_64 | Architecture of the HLint binary |
| `os` | string | linux | Architecture of the HLint binary |
| `directories` | string | . | Directories to run hlint on |
| `options` | string |  | Options to pass to the HLint process |

## Executors

### default