File tree Expand file tree Collapse file tree 4 files changed +11
-4
lines changed
Expand file tree Collapse file tree 4 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 11# Changelog for haskell-language-server
22
3+ ## 1.9.1.0
4+
5+ - Binaries for GHC 9.2.6.
6+ - Fix for ` hls-hlint-plugin ` being unable to apply fixes due to GHC libdir from CI machines (#3241 )
7+ - Improvements for recompilation avoidance, particularly for non-vscode editors
8+ which don't support the LSP ` workspace/didChangeWatchedFiles ` method (#3458 )
9+
310## 1.9.0.0
411
512- Binaries for GHC 9.4.3, GHC 9.4.4 and GHC 9.2.5.
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ cabal-version: 3.0
22build-type : Simple
33category : Development
44name : ghcide
5- version : 1.9.0 .0
5+ version : 1.9.1 .0
66license : Apache-2.0
77license-file : LICENSE
88author : Digital Asset and Ghcide contributors
Original file line number Diff line number Diff line change 11cabal-version : 3.0
22category : Development
33name : haskell-language-server
4- version : 1.9.0 .0
4+ version : 1.9.1 .0
55synopsis : LSP server for GHC
66description :
77 Please see the README on GitHub at <https://github.com/haskell/haskell-language-server#readme>
@@ -416,7 +416,7 @@ library
416416 , cryptohash-sha1
417417 , data-default
418418 , ghc
419- , ghcide ^ >= 1.9
419+ , ghcide == 1.9.1.0
420420 , githash >= 0.1.6.1
421421 , lsp
422422 , hie-bios
Original file line number Diff line number Diff line change 11cabal-version : 2.4
22name : hls-hlint-plugin
3- version : 1.1.1 .0
3+ version : 1.1.2 .0
44synopsis : Hlint integration plugin with Haskell Language Server
55description :
66 Please see the README on GitHub at <https://github.com/haskell/haskell-language-server#readme>
You can’t perform that action at this time.
0 commit comments