haskell / lsp

Haskell library for the Microsoft Language Server Protocol
360 stars 89 forks source link

Bad example code in README #494

Closed ddrone closed 1 month ago

ddrone commented 1 year ago

Specifically, this line:

import Language.LSP.Types

leads to annoying Cabal issues offering to add lsp-types as a dependency even when it's already there. Example code has

import Language.LSP.Protocol.Types

instead, I assume it should be updated in the README as well

michaelpj commented 1 year ago

Sigh. Death to non-compiled examples!