File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -16,15 +16,18 @@ jobs:
16
16
strategy :
17
17
matrix :
18
18
os : [ubuntu-latest, macOS-latest, windows-latest]
19
- cabal : ["3.4 "]
19
+ cabal : ["3.6.2.0 "]
20
20
ghc :
21
21
- " 8.2.2"
22
22
- " 8.4.4"
23
23
- " 8.6.5"
24
24
- " 8.8.4"
25
25
- " 8.10.7"
26
26
- " 9.0.1"
27
+ - " 9.2.1"
27
28
exclude :
29
+ - os : macOS-latest
30
+ ghc : 9.2.1
28
31
- os : macOS-latest
29
32
ghc : 9.0.1
30
33
- os : macOS-latest
36
39
- os : macOS-latest
37
40
ghc : 8.2.2
38
41
42
+ - os : windows-latest
43
+ ghc : 9.2.1
39
44
- os : windows-latest
40
45
ghc : 9.0.1
41
46
- os : windows-latest
85
90
86
91
- name : Documentation
87
92
run : |
88
- cabal haddock
93
+ cabal haddock
Original file line number Diff line number Diff line change @@ -39,13 +39,14 @@ tested-with: GHC == 8.2.2
39
39
GHC == 8.8.4
40
40
GHC == 8.10.7
41
41
GHC == 9.0.1
42
+ GHC == 9.2.1
42
43
43
44
source-repository head
44
45
type : git
45
46
location : https://github.com/co-log/co-log-core.git
46
47
47
48
common common-options
48
- build-depends : base >= 4.10.1.0 && < 4.16
49
+ build-depends : base >= 4.10.1.0 && < 4.17
49
50
50
51
ghc-options : -Wall
51
52
-Wcompat
You can’t perform that action at this time.
0 commit comments