freckle/Weeder
Annotate unused functions in a Haskell project
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| ghc-version | Full version of GHC your project uses, to ensure HIE compatibility | yes | — |
| weeder-arguments | Arguments to pass when invoking weeder | — | --require-hs-files |
| working-directory | Change to this directory before operating | — | . |
| fail | Fail the build if unused functions found? | — | true |
Outputs
| name | description |
|---|---|
| log | Path to a file containing found weeds in JSON format; a list of objects with the keys `identifier`, `file`, and `line`. |