File tree Expand file tree Collapse file tree 6 files changed +12
-12
lines changed
Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 2020 - 9.0.2
2121 - 9.2.8
2222 - 9.4.8
23- - 9.6.3
24- - 9.8.1
23+ - 9.6.4
24+ - 9.8.2
2525 services :
2626 postgres :
2727 image : postgres:15
@@ -31,10 +31,10 @@ jobs:
3131 - 5432:5432
3232 steps :
3333 - name : Checkout repository
34- uses : actions/checkout@v2
34+ uses : actions/checkout@v4
3535
3636 - name : Setup Haskell Cabal
37- uses : haskell/ actions/setup@v2
37+ uses : haskell- actions/setup@v2
3838 id : setup-haskell-cabal
3939 with :
4040 ghc-version : ${{ matrix.ghc }}
@@ -60,13 +60,13 @@ jobs:
6060 os :
6161 - ubuntu-latest
6262 stack :
63- - 2.13.1
63+ - 2.15.5
6464 stack-yaml :
6565 - stack-9.0.2.yaml
6666 - stack-9.2.8.yaml
6767 - stack-9.4.8.yaml
68- - stack-9.6.3 .yaml
69- - stack-9.8.1 .yaml
68+ - stack-9.6.4 .yaml
69+ - stack-9.8.2 .yaml
7070 services :
7171 postgres :
7272 image : postgres:15
8383 with :
8484 stack-version : ${{ matrix.stack }}
8585
86- - uses : actions/cache@v3
86+ - uses : actions/cache@v4
8787 name : Cache ~/.stack
8888 with :
8989 path : ~/.stack
Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ extra-doc-files: CHANGELOG.md
3131tested-with : GHC == 9.0.2
3232 , GHC == 9.2.8
3333 , GHC == 9.4.8
34- , GHC == 9.6.3
35- , GHC == 9.8.1
34+ , GHC == 9.6.4
35+ , GHC == 9.8.2
3636
3737source-repository head
3838 type : git
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ resolver : lts-22.14
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ resolver : nightly-2024-04-05
You can’t perform that action at this time.
0 commit comments