File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ jobs:
17
17
cabal :
18
18
- " 3.10"
19
19
ghc :
20
- - 9.0.2
21
20
- 9.2.8
22
21
- 9.4.8
23
22
- 9.6.4
24
23
- 9.8.2
24
+ - 9.10.1
25
25
services :
26
26
postgres :
27
27
image : postgres:15
40
40
ghc-version : ${{ matrix.ghc }}
41
41
cabal-version : ${{ matrix.cabal }}
42
42
43
- - uses : actions/cache@v3
43
+ - uses : actions/cache@v4
44
44
name : Cache ~/.cabal/store
45
45
with :
46
46
path : ${{ steps.setup-haskell-cabal.outputs.cabal-store }}
62
62
stack :
63
63
- 2.15.5
64
64
stack-yaml :
65
- - stack-9.0.2.yaml
66
65
- stack-9.2.8.yaml
67
66
- stack-9.4.8.yaml
68
67
- stack-9.6.4.yaml
76
75
- 5432:5432
77
76
steps :
78
77
- name : Checkout repository
79
- uses : actions/checkout@v2
78
+ uses : actions/checkout@v4
80
79
81
- - uses : haskell/ actions/setup@v2
80
+ - uses : haskell- actions/setup@v2
82
81
name : Setup Haskell Stack
83
82
with :
84
83
stack-version : ${{ matrix.stack }}
Original file line number Diff line number Diff line change @@ -33,13 +33,14 @@ tested-with: GHC == 9.0.2
33
33
, GHC == 9.4.8
34
34
, GHC == 9.6.4
35
35
, GHC == 9.8.2
36
+ , GHC == 9.10.1
36
37
37
38
source-repository head
38
39
type : git
39
40
location : https://github.com/Holmusk/postgresql-simple-named.git
40
41
41
42
common common-options
42
- build-depends : base >= 4.11 && < 4.20
43
+ build-depends : base >= 4.11 && < 4.21
43
44
44
45
ghc-options : -Wall
45
46
-Wincomplete-uni-patterns
You can’t perform that action at this time.
0 commit comments