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 <zubin.duggal@gmail.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
This commit is contained in:
Julian Ospald 2023-02-14 19:48:11 +00:00 committed by GitHub
parent 64e6e57957
commit a73c07c51b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 12 additions and 4 deletions

View File

@ -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.

View File

@ -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

View File

@ -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

View File

@ -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 <https://github.com/haskell/haskell-language-server#readme>
@ -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

View File

@ -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 <https://github.com/haskell/haskell-language-server#readme>