Skip to content

Commit 9f9ead0

Browse files
committed
Drop SHellCheck allow-newer's
1 parent ab13050 commit 9f9ead0

File tree

3 files changed

+2
-30
lines changed

3 files changed

+2
-30
lines changed

.github/workflows/haskell-ci.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff 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

cabal.project

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,3 @@ tests: True
66
package 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

haskell-ci.sh

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -482,22 +482,13 @@ package *
482482
ghc-options: -Werror=missing-methods
483483
EOF
484484
cat >> 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-
494485
package haskell-ci
495486
ghc-options: -Werror
496487
497488
package cabal-install-parsers
498489
ghc-options: -Werror
499490
500-
keep-going: False
491+
keep-going: False
501492
502493
package bytestring
503494
tests: False

0 commit comments

Comments
 (0)