Skip to content

Commit 4116d07

Browse files
committed
Configure newer ghc versions for stack
1 parent ddab576 commit 4116d07

File tree

4 files changed

+20
-23
lines changed

4 files changed

+20
-23
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,8 @@ jobs:
1414
strategy:
1515
matrix:
1616
stack_yaml:
17-
- stack-ghc-9.0.yaml
18-
- stack-ghc-9.2.yaml
19-
- stack-ghc-9.4.yaml
2017
- stack-ghc-9.6.yaml
18+
- stack-ghc-9.8.yaml
2119
# technically redundant, since this should be a symlink,
2220
# but just to be extra sure
2321
- stack.yaml
@@ -43,9 +41,9 @@ jobs:
4341
strategy:
4442
matrix:
4543
ghc_version:
46-
- '9.4'
4744
- '9.6'
4845
- '9.8'
46+
- '9.10'
4947

5048
name: 'cabal_test: ghc-${{ matrix.ghc_version }}'
5149
runs-on: ubuntu-latest

stack-ghc-9.2.yaml

Lines changed: 0 additions & 17 deletions
This file was deleted.

stack-ghc-9.0.yaml renamed to stack-ghc-9.8.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ flags: {}
22
packages:
33
- '.'
44

5-
resolver: lts-19.33
5+
resolver: lts-22.43
66
extra-deps: []
77

88
allow-newer: false

stack.yaml

Lines changed: 0 additions & 1 deletion
This file was deleted.

stack.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
flags: {}
2+
packages:
3+
- '.'
4+
5+
resolver: nightly-2025-03-20
6+
extra-deps: []
7+
8+
allow-newer: false
9+
10+
nix:
11+
# Not using pure here because it is very practical to inherit
12+
# $NVIM when developing and debugging plugins.
13+
pure: false
14+
15+
packages:
16+
- zlib
17+
- neovim # for api generation

0 commit comments

Comments
 (0)