File tree Expand file tree Collapse file tree 3 files changed +2
-30
lines changed
Expand file tree Collapse file tree 3 files changed +2
-30
lines changed Original file line number Diff line number Diff line change @@ -226,22 +226,13 @@ jobs:
226226 ghc-options: -Werror=missing-methods -Werror=missing-fields
227227 EOF
228228 cat >> cabal.project <<EOF
229- allow-newer: ShellCheck-0.9.0:aeson
230- allow-newer: ShellCheck-0.9.0:bytestring
231- allow-newer: ShellCheck-0.9.0:deepseq
232- allow-newer: ShellCheck-0.9.0:Diff
233- allow-newer: ShellCheck-0.9.0:fgl
234- allow-newer: ShellCheck-0.9.0:mtl
235- allow-newer: ShellCheck-0.9.0:text
236- allow-newer: ShellCheck-0.9.0:transformers
237-
238229 package haskell-ci
239230 ghc-options: -Werror
240231
241232 package cabal-install-parsers
242233 ghc-options: -Werror
243234
244- keep-going: False
235+ keep-going: False
245236
246237 package bytestring
247238 tests: False
Original file line number Diff line number Diff line change @@ -6,13 +6,3 @@ tests: True
66package haskell-ci
77 ghc-options : -Wall
88 ghc-options : -Werror
9-
10- -- ShellCheck doesn't allow newer versions of dependencies
11- allow-newer : ShellCheck-0.9.0 :aeson
12- allow-newer : ShellCheck-0.9.0 :bytestring
13- allow-newer : ShellCheck-0.9.0 :deepseq
14- allow-newer : ShellCheck-0.9.0 :Diff
15- allow-newer : ShellCheck-0.9.0 :fgl
16- allow-newer : ShellCheck-0.9.0 :mtl
17- allow-newer : ShellCheck-0.9.0 :text
18- allow-newer : ShellCheck-0.9.0 :transformers
Original file line number Diff line number Diff line change @@ -482,22 +482,13 @@ package *
482482 ghc-options: -Werror=missing-methods
483483EOF
484484cat >> cabal.project << EOF
485- allow-newer: ShellCheck-0.9.0:aeson
486- allow-newer: ShellCheck-0.9.0:bytestring
487- allow-newer: ShellCheck-0.9.0:deepseq
488- allow-newer: ShellCheck-0.9.0:Diff
489- allow-newer: ShellCheck-0.9.0:fgl
490- allow-newer: ShellCheck-0.9.0:mtl
491- allow-newer: ShellCheck-0.9.0:text
492- allow-newer: ShellCheck-0.9.0:transformers
493-
494485package haskell-ci
495486 ghc-options: -Werror
496487
497488package cabal-install-parsers
498489 ghc-options: -Werror
499490
500- keep-going: False
491+ keep-going: False
501492
502493package bytestring
503494 tests: False
You can’t perform that action at this time.
0 commit comments