Skip to content

Commit 262e139

Browse files
committed
Prepare release 2.9.0.1
This is a bindist only release with no code changes
1 parent 40891bc commit 262e139

File tree

8 files changed

+115
-110
lines changed

8 files changed

+115
-110
lines changed

.github/workflows/release.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
strategy:
3131
fail-fast: false
3232
matrix:
33-
ghc: ["9.10.1", "9.8.2", "9.6.5", "9.4.8", "9.2.8"]
33+
ghc: ["9.10.1", "9.8.2", "9.6.6", "9.4.8", "9.2.8"]
3434
platform: [ { image: "debian:9"
3535
, installCmd: "sed -i s/deb.debian.org/archive.debian.org/g /etc/apt/sources.list && sed -i 's|security.debian.org|archive.debian.org/|g' /etc/apt/sources.list && sed -i /-updates/d /etc/apt/sources.list && apt-get update && apt-get install -y"
3636
, toolRequirements: "libnuma-dev zlib1g-dev libgmp-dev libgmp10 libssl-dev liblzma-dev libbz2-dev git wget lsb-release software-properties-common gnupg2 apt-transport-https gcc autoconf automake build-essential curl ghc gzip libffi-dev libncurses-dev libncurses5 libtinfo5 patchelf"
@@ -136,7 +136,7 @@ jobs:
136136
, ARTIFACT: "x86_64-linux-unknown"
137137
, ADD_CABAL_ARGS: "--enable-split-sections"
138138
}
139-
- ghc: 9.6.5
139+
- ghc: 9.6.6
140140
platform:
141141
{ image: "rockylinux:8"
142142
, installCmd: "yum -y install epel-release && yum install -y --allowerasing"
@@ -222,7 +222,7 @@ jobs:
222222
strategy:
223223
fail-fast: true
224224
matrix:
225-
ghc: ["9.10.1", "9.8.2", "9.6.5", "9.4.8", "9.2.8" ]
225+
ghc: ["9.10.1", "9.8.2", "9.6.6", "9.4.8", "9.2.8" ]
226226
steps:
227227
- uses: docker://arm64v8/ubuntu:focal
228228
name: Cleanup (aarch64 linux)
@@ -282,7 +282,7 @@ jobs:
282282
strategy:
283283
fail-fast: false
284284
matrix:
285-
ghc: ["9.10.1", "9.8.2", "9.6.5", "9.4.8", "9.2.8"]
285+
ghc: ["9.10.1", "9.8.2", "9.6.6", "9.4.8", "9.2.8"]
286286
steps:
287287
- name: Checkout code
288288
uses: actions/checkout@v3
@@ -327,7 +327,7 @@ jobs:
327327
strategy:
328328
fail-fast: false
329329
matrix:
330-
ghc: ["9.10.1", "9.8.2", "9.6.5", "9.4.8", "9.2.8"]
330+
ghc: ["9.10.1", "9.8.2", "9.6.6", "9.4.8", "9.2.8"]
331331
steps:
332332
- name: Checkout code
333333
uses: actions/checkout@v3
@@ -372,7 +372,7 @@ jobs:
372372
strategy:
373373
fail-fast: false
374374
matrix:
375-
ghc: ["9.10.1", "9.8.2", "9.6.5", "9.4.8", "9.2.8"]
375+
ghc: ["9.10.1", "9.8.2", "9.6.6", "9.4.8", "9.2.8"]
376376
steps:
377377
- name: install windows deps
378378
shell: pwsh

ChangeLog.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog for haskell-language-server
22

3+
## 2.9.0.1
4+
5+
- Bindists for GHC 9.6.6
6+
37
## 2.9.0.0
48

59
- Bindists for GHC 9.10.1 by @wz1000, @jhrcek, @michaelpj

docs/support/ghc-version-support.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ Support status (see the support policy below for more details):
2020
| 9.10.1 | [latest](https://github.com/haskell/haskell-language-server/releases/latest) | full support |
2121
| 9.8.2 | [latest](https://github.com/haskell/haskell-language-server/releases/latest) | full support |
2222
| 9.8.1 | [2.6.0.0](https://github.com/haskell/haskell-language-server/releases/tag/2.6.0.0) | full support |
23-
| 9.6.5 | [latest](https://github.com/haskell/haskell-language-server/releases/latest) | full support |
23+
| 9.6.6 | [latest](https://github.com/haskell/haskell-language-server/releases/latest) | full support |
24+
| 9.6.5 | [2.9.0.1](https://github.com/haskell/haskell-language-server/releases/tag/2.9.0.1) | full support |
2425
| 9.6.4 | [2.6.0.0](https://github.com/haskell/haskell-language-server/releases/tag/2.6.0.0) | full support |
2526
| 9.6.3 | [2.5.0.0](https://github.com/haskell/haskell-language-server/releases/tag/2.5.0.0) | full support |
2627
| 9.6.2 | [2.2.0.0](https://github.com/haskell/haskell-language-server/releases/tag/2.2.0.0) | deprecated |

ghcide/ghcide.cabal

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cabal-version: 3.4
22
build-type: Simple
33
category: Development
44
name: ghcide
5-
version: 2.9.0.0
5+
version: 2.9.0.1
66
license: Apache-2.0
77
license-file: LICENSE
88
author: Digital Asset and Ghcide contributors
@@ -81,8 +81,8 @@ library
8181
, hie-bios ^>=0.14.0
8282
, hie-compat ^>=0.3.0.0
8383
, hiedb ^>= 0.6.0.0
84-
, hls-graph == 2.9.0.0
85-
, hls-plugin-api == 2.9.0.0
84+
, hls-graph == 2.9.0.1
85+
, hls-plugin-api == 2.9.0.1
8686
, implicit-hie >= 0.1.4.0 && < 0.1.5
8787
, lens
8888
, list-t

0 commit comments

Comments
 (0)