File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 1
1
name : CI
2
2
3
3
on :
4
+ workflow_dispatch :
4
5
pull_request :
5
6
types : [synchronize, opened, reopened]
6
7
push :
@@ -23,13 +24,13 @@ jobs:
23
24
- " 8.6.5"
24
25
- " 8.8.4"
25
26
- " 8.10.7"
26
- - " 9.0.1 "
27
+ - " 9.0.2 "
27
28
- " 9.2.1"
28
29
exclude :
29
30
- os : macOS-latest
30
31
ghc : 9.2.1
31
32
- os : macOS-latest
32
- ghc : 9.0.1
33
+ ghc : 9.0.2
33
34
- os : macOS-latest
34
35
ghc : 8.8.4
35
36
- os : macOS-latest
42
43
- os : windows-latest
43
44
ghc : 9.2.1
44
45
- os : windows-latest
45
- ghc : 9.0.1
46
+ ghc : 9.0.2
46
47
- os : windows-latest
47
48
ghc : 8.8.4
48
49
- os : windows-latest
55
56
steps :
56
57
- uses : actions/checkout@v2
57
58
58
- - uses : haskell/actions/setup@v1
59
+ - uses : haskell/actions/setup@v1.2
59
60
id : setup-haskell-cabal
60
61
name : Setup Haskell
61
62
with :
Original file line number Diff line number Diff line change @@ -63,6 +63,11 @@ common common-options
63
63
ghc-options : -Wmissing-deriving-strategies
64
64
if impl(ghc >= 8.10 )
65
65
ghc-options : -Wunused-packages
66
+ if impl(ghc >= 9.0 )
67
+ ghc-options : -Winvalid-haddock
68
+ if impl(ghc >= 9.2 )
69
+ ghc-options : -Wredundant-bang-patterns
70
+ -Woperator-whitespace
66
71
67
72
default-language : Haskell2010
68
73
default-extensions : ConstraintKinds
You can’t perform that action at this time.
0 commit comments