Skip to content

Commit b30d0fe

Browse files
committed
CI stack: Bump LTS versions, haskell/action/setup
1 parent 8a8cf4b commit b30d0fe

5 files changed

Lines changed: 11 additions & 4 deletions

File tree

.github/workflows/stack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
steps:
3131
- uses: actions/checkout@v3
3232

33-
- uses: haskell/actions/setup@v1
33+
- uses: haskell/actions/setup@v2
3434
id: haskell-setup
3535
with:
3636
ghc-version: ${{ matrix.ghc-ver }}

hackage-cli.cabal

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ maintainer: Andreas Abel
1515
category: Development
1616
build-type: Simple
1717

18+
-- Supported GHC versions when building with cabal:
1819
tested-with:
1920
-- Keep in descending order.
2021
GHC == 9.4.3
@@ -31,6 +32,12 @@ extra-source-files:
3132
README.md
3233
fixtures/*.diff
3334
fixtures/*.cabal
35+
-- Supported GHC versions when building with stack:
36+
stack-9.4.3.yaml
37+
stack-9.2.5.yaml
38+
stack-9.2.4.yaml
39+
stack-9.0.2.yaml
40+
stack-8.10.7.yaml
3441

3542
source-repository head
3643
Type: git

stack-9.0.2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
resolver: lts-19.19
1+
resolver: lts-19.33
22
compiler: ghc-9.0.2
33
compiler-check: match-exact
44

stack-9.2.5.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
resolver: lts-20.1
1+
resolver: lts-20.4
22
compiler: ghc-9.2.5
33
compiler-check: match-exact

stack-9.4.3.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
resolver: nightly-2022-11-26
1+
resolver: nightly-2022-12-22
22
compiler: ghc-9.4.3
33
compiler-check: match-exact

0 commit comments

Comments
 (0)