Skip to content

Commit b066cd4

Browse files
committed
chore: update cabal/lsp versions, remove unsupported ghc from ci
1 parent d97f117 commit b066cd4

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/haskell.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
fail-fast: false
2626
matrix:
2727
os: [ubuntu-latest, macos-latest, windows-latest]
28-
ghc-version: ['9.14', '9.12', '9.10', '9.8', '9.6', '9.4', '9.2', '9.0']
28+
ghc-version: ['9.14', '9.12', '9.10', '9.8', '9.6', '9.4', '9.2']
2929

3030
steps:
3131
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
@@ -35,7 +35,7 @@ jobs:
3535
id: setup
3636
with:
3737
ghc-version: ${{ matrix.ghc-version }}
38-
cabal-version: "3.16.0.0"
38+
cabal-version: "3.16.1.0"
3939

4040
- name: Show toolchain versions
4141
shell: bash

flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
compiler-nix-name = "ghc967";
2020
shell = {
2121
tools = {
22-
cabal = "3.16.0.0";
22+
cabal = "3.16.1.0";
2323
hlint = "3.8";
24-
haskell-language-server = "2.11.0.0";
24+
haskell-language-server = "2.13.0.0";
2525
fourmolu = "0.17.0.0";
2626
};
2727
buildInputs = with pkgs; [

0 commit comments

Comments
 (0)