diff --git a/ChangeLog.md b/ChangeLog.md index aa163cf268..e593a9c0a8 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -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. diff --git a/cabal.project b/cabal.project index 4e478f84f0..d98d57c6df 100644 --- a/cabal.project +++ b/cabal.project @@ -63,6 +63,7 @@ constraints: -- remove this when hlint sets ghc-lib to true by default -- https://github.com/ndmitchell/hlint/issues/1376 hlint +ghc-lib, + ghc-check -ghc-check-use-package-abis, ghc-lib-parser-ex -auto, stylish-haskell +ghc-lib, fourmolu -fixity-th diff --git a/ghcide/ghcide.cabal b/ghcide/ghcide.cabal index f523b53e96..72028b666f 100644 --- a/ghcide/ghcide.cabal +++ b/ghcide/ghcide.cabal @@ -2,7 +2,7 @@ cabal-version: 3.0 build-type: Simple category: Development name: ghcide -version: 1.9.0.0 +version: 1.9.1.0 license: Apache-2.0 license-file: LICENSE author: Digital Asset and Ghcide contributors diff --git a/haskell-language-server.cabal b/haskell-language-server.cabal index 22a6491eb5..587626d3c1 100644 --- a/haskell-language-server.cabal +++ b/haskell-language-server.cabal @@ -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 @@ -405,7 +405,7 @@ library , cryptohash-sha1 , data-default , ghc - , ghcide ^>=1.9 + , ghcide ==1.9.1.0 , githash >=0.1.6.1 , lsp , hie-bios diff --git a/plugins/hls-hlint-plugin/hls-hlint-plugin.cabal b/plugins/hls-hlint-plugin/hls-hlint-plugin.cabal index c4dc02c8d4..031b442dee 100644 --- a/plugins/hls-hlint-plugin/hls-hlint-plugin.cabal +++ b/plugins/hls-hlint-plugin/hls-hlint-plugin.cabal @@ -1,6 +1,6 @@ cabal-version: 2.4 name: hls-hlint-plugin -version: 1.1.1.0 +version: 1.1.2.0 synopsis: Hlint integration plugin with Haskell Language Server description: Please see the README on GitHub at