Closed
Description
There are at least two dependencies that block this migration:
lsp-types
: Migration to text 2.0 lsp#391bytestring-encoding
: Support text 2.0 msakai/bytestring-encoding#6
The first one is obviously a hard requirement, but for the second one there's only one call site so we could consider dropping it:
haskell-language-server/ghcide/src/Development/IDE/Core/Rules.hs
Lines 525 to 537 in d48a1df