Vim plugin for Haskell development powered by the lightnight fast hdevtools background server.
Questions tagged [hdevtools]
5 questions
3
votes
0 answers
Stack global project with hdevtools
hevtools can find modules imported in a Stack project, but it can't find packages that I have stack imported outside of a project. Do I need to tell it where the packages are somehow?
Thanks

RhubarbAndC
- 494
- 2
- 13
2
votes
1 answer
Haskell `hdevtools is not executable!` error
Problem
I'm trying to set up hdevtools for piping GHC errors into my editor linter (so that you don’t have to continually run :r in GHCi to see errors). I have run into a hdevtools is not executable! error.
Question
Does anyone know what I’ve done…
user3773571
2
votes
0 answers
How to insert hdevtool's type information into source code?
I try to keep my vim setup light on plugins. For Haskell, all I have is vim-hdevtools. I'd like to not have to install anything else.
With vim-hdevtools, I can issue the command HdevtoolsInfo and get a separate window with the inferred type of the…
user1002430
1
vote
0 answers
How do I use hdevtools with ghcjs within stack
So it looks like hdevtools cannot be directly used with ghcjs. Using stack install hdevtools within a GHCJS stack project gives me:
Error: While constructing the build plan, the following exceptions were encountered:
In the dependencies for…

semicolon
- 2,530
- 27
- 37
0
votes
2 answers
How to fix hdevtools - "GHC_PACKAGE_PATH is incompatible.." error
I'm a haskell beginner, I use the advent of code as learning examples.
When setting up for this year I reinstalled stack (on a new machine, however copied most dotfiles over) and was starting from my last years notes and was not able to get…

bdecaf
- 4,652
- 23
- 44