haskell-lsp v0.2.1.0 Release Notes

Release Date: 2018-05-02 // about 6 years ago
    • ๐Ÿ‘Œ Support GHC 8.4.2
    • ๐Ÿ“ฆ Split into two packages
    • Language.Haskell.LSP.TH.DataTypesJSON becomes Language.Haskell.LSP.Types
    • 0๏ธโƒฃ Diagnostic now has _relatedInformation. Can default it to mempty. via @AlexeyRaga
    • Correct the name of the DidChangeWatchedFilesParams field, by @robrix
    • ๐Ÿ Make sure to escape URIs properly for Windows file paths Fixes #75. Also added a couple of pretty dumb tests!, by @johnsonw