where to go for HLS details?

2021-10-12 Thread Norman Ramsey
Where is the place to go to talk details of the Haskell Language Server? I'm using the HLS with the GHC I have compiled from HEAD, and I am sitting on a number of difficulties: - When a project is compiled against a Stage 1 `base` library (as opposed to the one shipped with the bootstrap com

Re: where to go for HLS details?

2021-10-12 Thread Zubin Duggal
In general #haskell-language-server on libera is a good place to ask these questions. - When a project is compiled against a Stage 1 `base` library (as opposed to the one shipped with the bootstrap compiler), I am not always getting the documentation I expect. Are you getting any docum

Re: where to go for HLS details?

2021-10-12 Thread Norman Ramsey
> In general #haskell-language-server on libera is a good place to > ask these questions. Can you recommend an IRC client? I tried using the web-based client, got limited response, and then the client destroyed all history. > > - When a project is compiled against a Stage 1 `base`

Re: where to go for HLS details?

2021-10-12 Thread Brandon Allbery
For what it's worth, I use hexchat. You may prefer to use IRC via matrix, though. On Tue, Oct 12, 2021 at 2:22 PM Norman Ramsey wrote: > > In general #haskell-language-server on libera is a good place to > > ask these questions. > > Can you recommend an IRC client? I tried using the web-based

Re: where to go for HLS details?

2021-10-12 Thread Ben Gamari
Norman Ramsey writes: > > In general #haskell-language-server on libera is a good place to > > ask these questions. > > Can you recommend an IRC client? I tried using the web-based client, > got limited response, and then the client destroyed all history. > I also use Hexchat although I have c

Re: where to go for HLS details?

2021-10-12 Thread Zubin Duggal
Can you recommend an IRC client? I tried using the web-based client, got limited response, and then the client destroyed all history. I hear Matrix is a reasonable way to have a persistent connection these days. I applied the patch, removed _build/docs, and rebuilt the documentation via `./ha