Skip to content

Commit fe151dd

Browse files
committed
Bump Haskell-CI to GHCs 9.6.2 and 9.2.8
1 parent 3041cea commit fe151dd

File tree

4 files changed

+15
-13
lines changed

4 files changed

+15
-13
lines changed

.github/workflows/haskell-ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
#
99
# For more information, see https://github.com/haskell-CI/haskell-ci
1010
#
11-
# version: 0.16.1
11+
# version: 0.16.4
1212
#
13-
# REGENDATA ("0.16.1",["github","--no-cabal-check","agda-stdlib-utils.cabal"])
13+
# REGENDATA ("0.16.4",["github","--no-cabal-check","agda-stdlib-utils.cabal"])
1414
#
1515
name: Haskell-CI
1616
on:
@@ -44,19 +44,19 @@ jobs:
4444
strategy:
4545
matrix:
4646
include:
47-
- compiler: ghc-9.6.1
47+
- compiler: ghc-9.6.2
4848
compilerKind: ghc
49-
compilerVersion: 9.6.1
49+
compilerVersion: 9.6.2
5050
setup-method: ghcup
5151
allow-failure: false
5252
- compiler: ghc-9.4.5
5353
compilerKind: ghc
5454
compilerVersion: 9.4.5
5555
setup-method: ghcup
5656
allow-failure: false
57-
- compiler: ghc-9.2.7
57+
- compiler: ghc-9.2.8
5858
compilerKind: ghc
59-
compilerVersion: 9.2.7
59+
compilerVersion: 9.2.8
6060
setup-method: ghcup
6161
allow-failure: false
6262
- compiler: ghc-9.0.2

agda-stdlib-utils.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ description: Helper programs for setting up the Agda standard library.
66
license: MIT
77

88
tested-with:
9-
GHC == 9.6.1
9+
GHC == 9.6.2
1010
GHC == 9.4.5
11-
GHC == 9.2.7
11+
GHC == 9.2.8
1212
GHC == 9.0.2
1313
GHC == 8.10.7
1414
GHC == 8.8.4

stack-9.0.2.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
1-
resolver: nightly-2022-01-27
1+
resolver: lts-19.33
22
compiler: ghc-9.0.2
33
compiler-check: match-exact
44

5-
# extra-deps:
6-
# - filemanip-0.3.6.3
7-
# - unix-compat-0.5.2
8-
95
packages:
106
- '.'

stack-9.2.8.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
resolver: lts-20.26
2+
compiler: ghc-9.2.8
3+
compiler-check: match-exact
4+
5+
packages:
6+
- '.'

0 commit comments

Comments
 (0)