dense-analysis / dense-analysis/ale
Haskell Linter changes Working Directory, then fails
Open
bug
- Dominant language
- Vim Script
- Stars
- 14k
- Forks
- 1.5k
- Avg merge
- 17h 49m
- Merged PRs (30d)
- 1
Description
I have a project set up as follows:
```sh
MyProject (dir)
app (dir)
main.hs
MyProject.cabal
```
I execute vim from the root directory as follows: `vim app/main.hs`.
In this situation, the haskell linter executes a `cd` into the `app` directory, and then upon trying to execute cabal, fails to find the projects cabal file.
Contributor guide
Assessment
This issue has not been assessed yet.