Skip to content

Commit a73c07c

Browse files
hasufellwz1000mergify[bot]
authored
Bump versions and add changelogs for 1.9.1.0 (#3493)
* Bump versions and add changelogs for 1.9.1.0 * Fix build on windows by disabling ghc-check pkg ABI check --------- Co-authored-by: Zubin Duggal <[email protected]> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 parent 64e6e57 commit a73c07c

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-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.

cabal.project

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ constraints:
6363
-- remove this when hlint sets ghc-lib to true by default
6464
-- https://github.com/ndmitchell/hlint/issues/1376
6565
hlint +ghc-lib,
66+
ghc-check -ghc-check-use-package-abis,
6667
ghc-lib-parser-ex -auto,
6768
stylish-haskell +ghc-lib,
6869
fourmolu -fixity-th

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>
@@ -405,7 +405,7 @@ library
405405
, cryptohash-sha1
406406
, data-default
407407
, ghc
408-
, ghcide ^>=1.9
408+
, ghcide ==1.9.1.0
409409
, githash >=0.1.6.1
410410
, lsp
411411
, 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)