Skip to content

Commit b0457a5

Browse files
committed
Bump versions and add changelogs for 1.9.1.0
1 parent 3fea6ad commit b0457a5

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

ChangeLog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
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.

ghcide/ghcide.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cabal-version: 3.0
22
build-type: Simple
33
category: Development
44
name: ghcide
5-
version: 1.9.0.0
5+
version: 1.9.1.0
66
license: Apache-2.0
77
license-file: LICENSE
88
author: Digital Asset and Ghcide contributors

haskell-language-server.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 3.0
22
category: Development
33
name: haskell-language-server
4-
version: 1.9.0.0
4+
version: 1.9.1.0
55
synopsis: LSP server for GHC
66
description:
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

plugins/hls-hlint-plugin/hls-hlint-plugin.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.4
22
name: hls-hlint-plugin
3-
version: 1.1.1.0
3+
version: 1.1.2.0
44
synopsis: Hlint integration plugin with Haskell Language Server
55
description:
66
Please see the README on GitHub at <https://github.com/haskell/haskell-language-server#readme>

0 commit comments

Comments
 (0)