Skip to content

Commit 97fc712

Browse files
pepeiborraandys8
authored andcommitted
drop a few more bits
1 parent 6a16bde commit 97fc712

File tree

4 files changed

+1
-4
lines changed

4 files changed

+1
-4
lines changed

.github/workflows/caching.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ jobs:
8585
, "9.0.2"
8686
, "8.10.7"
8787
, "8.8.4"
88-
, "8.6.5"
8988
]
9089
os: [ "ubuntu-latest"
9190
, "macOS-latest"

.github/workflows/hackage.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ jobs:
4141
ghc: [ "9.0.2"
4242
, "8.10.7"
4343
, "8.8.4"
44-
, "8.6.5"
4544
]
4645
exclude:
4746
- ghc: "9.0.2"

bindist/ghcs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
8.6.5,cabal.project
21
8.8.4,cabal.project
32
8.10.7,cabal.project
43
9.0.2,cabal.project

docs/support/ghc-version-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Support status (see the support policy below for more details):
3232
| 8.8.4 | [latest](https://github.com/haskell/haskell-language-server/releases/latest) | full support, will be deprecated after LTS and HLS full support for ghc-9.2 |
3333
| 8.8.3 | [1.5.1](https://github.com/haskell/haskell-language-server/releases/1.5.1) | deprecated |
3434
| 8.8.2 | [1.2.0](https://github.com/haskell/haskell-language-server/releases/tag/1.2.0) | deprecated |
35-
| 8.6.5 | [latest](https://github.com/haskell/haskell-language-server/releases/latest) | full support, will be deprecated after LTS and HLS full suppot for ghc-9.2 |
35+
| 8.6.5 | [1.8.0.0](https://github.com/haskell/haskell-language-server/releases/tag/1.8.0.0) | deprecated |
3636
| 8.6.4 | [1.4.0](https://github.com/haskell/haskell-language-server/releases/tag/1.4.0) | deprecated |
3737

3838
GHC versions not in the list have never been supported by HLS.

0 commit comments

Comments
 (0)