-
```
Killing ghc-modi due to process failure.You can restart it using Tools > Restart ghc-modiExecuting ghc-modi command 'type ****************** 9 2' failed with error: Failed to write command to g…
-
See https://github.com/haskell/haskell-ide-engine/pull/165#issuecomment-170285974 . The issue is that `ghc-options` get applied to a package like this
``` yaml
- location:
git: https://github.co…
-
Often ghc-mod seems to rebuild more than necessary because it's passing a different set of flags to ghc then those that were originally used to build the dependencies.
How can I find out which flags …
-
Similar for other ghc-mod based commands I would assume.
I thought file contents were mapped in to the interactive ghc-mod process to account for unsaved changes?
Repro case:
Start with the f…
-
Related: #133
Why?
- Lowered maintainer burden
- But probably not enough by itself to justify the initial investment, though
- Take advantage of existing commands
- In particular, `flycheck-list-…
-
See https://github.com/kazu-yamamoto/ghc-mod/issues/80
-
Somewhat new to ghcmod-vim.
I installed ghcmod with stack, and tried to do a :GhcModType on a function in a stack project, and it keeps telling me that
ghcmod#command#type: Cannot guess type
Even t…
-
I have a multi-package project structured as recommended. it works usually, but a change in a subproject resulted in another subproject in a persistent error message (var not defined in Defs0.hs). the…
-
### Your environment
Which OS do you use?
MacOS and Arch Linux, the issue appears on both.
Which version of GHC do you use and how did you install it?
GHC 9.10.1 using ghcup
How…
-
The above error happens whenever I try to load a buffer into the haskell interactive process (`C-c C-l` or `haskell-process-load-file`). I orginally thought it was an issue with `ghc-mod`, but now I h…