File tree Expand file tree Collapse file tree 3 files changed +16
-16
lines changed Expand file tree Collapse file tree 3 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 8
8
#
9
9
# For more information, see https://github.com/haskell-CI/haskell-ci
10
10
#
11
- # version: 0.15.20230321
11
+ # version: 0.16.5
12
12
#
13
- # REGENDATA ("0.15.20230321 ",["github","zlib.cabal"])
13
+ # REGENDATA ("0.16.5 ",["github","zlib.cabal"])
14
14
#
15
15
name : Haskell-CI
16
16
on :
@@ -28,19 +28,19 @@ jobs:
28
28
strategy :
29
29
matrix :
30
30
include :
31
- - compiler : ghc-9.6.1
31
+ - compiler : ghc-9.6.2
32
32
compilerKind : ghc
33
- compilerVersion : 9.6.1
33
+ compilerVersion : 9.6.2
34
34
setup-method : ghcup
35
35
allow-failure : false
36
- - compiler : ghc-9.4.4
36
+ - compiler : ghc-9.4.5
37
37
compilerKind : ghc
38
- compilerVersion : 9.4.4
38
+ compilerVersion : 9.4.5
39
39
setup-method : ghcup
40
40
allow-failure : false
41
- - compiler : ghc-9.2.7
41
+ - compiler : ghc-9.2.8
42
42
compilerKind : ghc
43
- compilerVersion : 9.2.7
43
+ compilerVersion : 9.2.8
44
44
setup-method : ghcup
45
45
allow-failure : false
46
46
- compiler : ghc-9.0.2
@@ -205,8 +205,8 @@ jobs:
205
205
- name : install cabal-plan
206
206
run : |
207
207
mkdir -p $HOME/.cabal/bin
208
- curl -sL https://github.com/haskell-hvr/cabal-plan/releases/download/v0.6.2 .0/cabal-plan-0.6.2 .0-x86_64-linux.xz > cabal-plan.xz
209
- echo 'de73600b1836d3f55e32d80385acc055fd97f60eaa0ab68a755302685f5d81bc cabal-plan.xz' | sha256sum -c -
208
+ curl -sL https://github.com/haskell-hvr/cabal-plan/releases/download/v0.7.3 .0/cabal-plan-0.7.3 .0-x86_64-linux.xz > cabal-plan.xz
209
+ echo 'f62ccb2971567a5f638f2005ad3173dba14693a45154c1508645c52289714cb2 cabal-plan.xz' | sha256sum -c -
210
210
xz -d < cabal-plan.xz > $HOME/.cabal/bin/cabal-plan
211
211
rm -f cabal-plan.xz
212
212
chmod a+x $HOME/.cabal/bin/cabal-plan
Original file line number Diff line number Diff line change @@ -16,14 +16,14 @@ jobs:
16
16
os : [windows-latest, macOS-latest]
17
17
ghc : ['latest']
18
18
steps :
19
- - uses : actions/checkout@v2
20
- - uses : haskell/actions/setup@v1
19
+ - uses : actions/checkout@v3
20
+ - uses : haskell/actions/setup@v2
21
21
id : setup-haskell-cabal
22
22
with :
23
23
ghc-version : ${{ matrix.ghc }}
24
24
- name : Update cabal package database
25
25
run : cabal update
26
- - uses : actions/cache@v2
26
+ - uses : actions/cache@v3
27
27
name : Cache cabal stuff
28
28
with :
29
29
path : |
Original file line number Diff line number Diff line change @@ -35,9 +35,9 @@ tested-with: GHC == 7.0.4
35
35
, GHC == 8.8.4
36
36
, GHC == 8.10.7
37
37
, GHC == 9.0.2
38
- , GHC == 9.2.7
39
- , GHC == 9.4.4
40
- , GHC == 9.6.1
38
+ , GHC == 9.2.8
39
+ , GHC == 9.4.5
40
+ , GHC == 9.6.2
41
41
42
42
extra-source-files : changelog
43
43
README.md
You can’t perform that action at this time.
0 commit comments