@hackage lsp-client0.4.0.0

Haskell library for Language Server Protocol clients

<h1 id="lsp-client">lsp-client</h1> <p>lsp-client is a Language Server Protocol client.</p> <p>Notably, it does not use <code>conduit</code> to parse incoming messages, but instead exposes a truly concurrent session, in which messages can be sent and received asynchronously.</p> <p>It is part of the <a href="https://github.com/haskell/lsp">lsp</a> family of packages, along with <a href="https://hackage.haskell.org/package/lsp">lsp</a> and <a href="https://hackage.haskell.org/package/lsp-types">lsp-types</a>.</p>