vscode-haskell-linter
vscode-haskell-linter copied to clipboard
Add stack support
This adds a new configuration option, useStack
. When set to true, stack exec
will be used instead of directly searching for hlint
in the path. This resolves #17.