Avi Dessauer
Avi Dessauer
Does ghcide handle this or is it also crippled? I seem to recall ghcide parsing module imports independently starting from open files?
@cdornan I believe the plan was to integrate [HieDb](https://github.com/wz1000/HieDb) or maybe eventually [hie-lsif](https://github.com/mpickering/hie-lsif). Now that the first release candidate for ghc 8.8 is ready hie I think it just needs...
Change your `resolver`(in `stack.yaml`) to `lts-15.13`. Look under your `~/.stack` folder delete ghc 8.10. Let me know if you have any issues.
The path will be something like `.stack/programs/x86_64-linux/ghc-tinfo6-8.8.2`
I can't help with windows specifically, but if you need to save disk space backup `~/.stack/config.yaml` and `~/.stack/global-project/stack.yaml` if you have ever modified them and then delete the whole stack...
I hope you reconsider. If you want help, every Saturday at 5PM UTC there is a [Haskell group video chat](https://funprog.zulipchat.com/#narrow/stream/234801-VideoChat), after the main event at 7PM it's free form, so...
It's also worth noting https://github.com/haskell/haskell-language-server/ hie's replacement supports 8.10
I'm not exactly clear what you mean by a teamviewer format?
Yeah, we try to go for the repeatable approach. Idealy it should be as easy as following these instructions [haskell-language-server/#windows-specific-pre-requirements](https://github.com/haskell/haskell-language-server/#windows-specific-pre-requirements), it will take a while, but you should not need...
I get this in the coc docs window do you? ```haskell sum :: Any Integer -> Integer sum :: forall (t :: * -> *) a. (Foldable t, Num a)...