-
I want SublimeHaskell to check my files when I do a save, but there are a lot of things that the linter grabs up, for example, a top-level declaration without a type signature, or shadowing a variable…
-
doctest seems to do all manner of weird things with the GHC flags passed to it, see https://github.com/sol/doctest/blob/6daf5b9623001ad8ff30e59a7a8add2840f1cac7/src/Run.hs#L57. This can be disabled by…
-
ghcmod-vim does not work with my stack project. I think the issue is related to the fact that `stack path --project-root` prints `Continuing despite missing tool: msys2` to stderr before printing the …
-
From what I understand the cache of typechecked modules is supposed to be "monotonic": once completion works for a module, it never stops working.
But apparently it's not the case. I load a haskell…
-
Hi there,
I like your plans for `hasky-mode` as I recently switched to emacs (spacemacs) and do not (yet?) really like the haskell layer. It might improve upon some shortcomings of `haskell-mode` us…
ch1bo updated
8 years ago
-
Am I the only one experiencing very slow ,ht and ,hl?
With Haskell-vim-now I see a lot of gcc/clang compiling in the background every time I hit ,ht or ,hl. With large projects or when using heavy f…
-
### General summary/comments (optional)
Performing `stack build` twice in a row should be a noop the second time.
See also https://github.com/haskell/haskell-ide-engine/issues/1289#issuecomment-…
alanz updated
7 months ago
-
Repro:
https://github.com/DominikDitoIvosevic/yafebe
in
https://github.com/DominikDitoIvosevic/yafebe/blob/master/back/src/Sql.hs
When I try to hover over any function it does not provide me the…
-
Would be p great to have completion through this too
- [ ] Omnicompletion
- [ ] Deoplete support
`intero` and GHCi both have a `:complete` command which works great for this. Getting this working…
-
I have written about that elsewhere, but this is what EclipseFP was doing before in Eclipse for cabal-based projects into a sandbox. It think that this will help with easier use of atom-haskell and cl…