haskell-language-server 1.9.0.0 → 1.9.1.0
raw patch · 2 files changed
+9/−2 lines, 2 filesdep ~ghcide
Dependency ranges changed: ghcide
Files
- ChangeLog.md +7/−0
- haskell-language-server.cabal +2/−2
ChangeLog.md view
@@ -1,5 +1,12 @@ # Changelog for haskell-language-server +## 1.9.1.0++- Binaries for GHC 9.2.6.+- Fix for `hls-hlint-plugin` being unable to apply fixes due to GHC libdir from CI machines (#3241)+- Improvements for recompilation avoidance, particularly for non-vscode editors+ which don't support the LSP `workspace/didChangeWatchedFiles` method (#3458)+ ## 1.9.0.0 - Binaries for GHC 9.4.3, GHC 9.4.4 and GHC 9.2.5.
haskell-language-server.cabal view
@@ -1,7 +1,7 @@ cabal-version: 3.0 category: Development name: haskell-language-server-version: 1.9.0.0+version: 1.9.1.0 synopsis: LSP server for GHC description: Please see the README on GitHub at <https://github.com/haskell/haskell-language-server#readme>@@ -416,7 +416,7 @@ , cryptohash-sha1 , data-default , ghc- , ghcide ^>=1.9+ , ghcide ==1.9.1.0 , githash >=0.1.6.1 , lsp , hie-bios