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 1
1
# Changelog for haskell-language-server
2
2
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
+
3
10
## 1.9.0.0
4
11
5
12
- 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
2
2
build-type : Simple
3
3
category : Development
4
4
name : ghcide
5
- version : 1.9.0 .0
5
+ version : 1.9.1 .0
6
6
license : Apache-2.0
7
7
license-file : LICENSE
8
8
author : Digital Asset and Ghcide contributors
Original file line number Diff line number Diff line change 1
1
cabal-version : 3.0
2
2
category : Development
3
3
name : haskell-language-server
4
- version : 1.9.0 .0
4
+ version : 1.9.1 .0
5
5
synopsis : LSP server for GHC
6
6
description :
7
7
Please see the README on GitHub at <https://github.com/haskell/haskell-language-server#readme>
@@ -416,7 +416,7 @@ library
416
416
, cryptohash-sha1
417
417
, data-default
418
418
, ghc
419
- , ghcide ^ >= 1.9
419
+ , ghcide == 1.9.1.0
420
420
, githash >= 0.1.6.1
421
421
, lsp
422
422
, hie-bios
Original file line number Diff line number Diff line change 1
1
cabal-version : 2.4
2
2
name : hls-hlint-plugin
3
- version : 1.1.1 .0
3
+ version : 1.1.2 .0
4
4
synopsis : Hlint integration plugin with Haskell Language Server
5
5
description :
6
6
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