Skip to content

Commit 32042de

Browse files
committed
Bump stack LTS 20 to GHC 9.2.6
1 parent a03c7df commit 32042de

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/stack.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
os: [ubuntu-latest]
17-
ghc-ver: [9.4.4, 9.2.5, 9.0.2, 8.10.7]
17+
ghc-ver: [9.4.4, 9.2.6, 9.0.2, 8.10.7]
1818
# On ubuntu-22.04 the old versions 8.8.4, 8.6.5, 8.4.4, 8.2.2 fail due to HsOpenSSL linking errors.
19-
# They used to work under ubuntu-20.04, but it is not work the trouble maintaining them.
19+
# They used to work under ubuntu-20.04, but it is not worth the trouble maintaining them.
2020
# Apparently, HsOpenSSL-0.11.6 and older are too old for ubuntu-22.04.
2121
include:
2222
- os: macos-latest

hackage-cli.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ extra-source-files:
3535
fixtures/*.cabal
3636
-- Supported GHC versions when building with stack:
3737
stack-9.4.4.yaml
38-
stack-9.2.5.yaml
38+
stack-9.2.6.yaml
3939
stack-9.0.2.yaml
4040
stack-8.10.7.yaml
4141

stack-9.2.6.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
resolver: lts-20.12
2+
compiler: ghc-9.2.6
3+
compiler-check: match-exact

0 commit comments

Comments
 (0)