about summary refs log tree commit diff
path: root/maintainers/scripts/haskell
diff options
context:
space:
mode:
authormaralorn <mail@maralorn.de>2022-12-29 15:44:15 +0100
committerGitHub <noreply@github.com>2022-12-29 15:44:15 +0100
commit931fef04f953f5ec9118c00a1339e4de742121fb (patch)
tree404b3b6ac6ab802b4aa34258e866f701bc8f3d0d /maintainers/scripts/haskell
parent9e8a48377099d80406904f6c31133c169560d5be (diff)
parent3bc05714b6fd12bbef6bb34bf40d863610b92649 (diff)
Merge pull request #207764 from qowoz/shellcheck
shellcheck: add override for newer version
Diffstat (limited to 'maintainers/scripts/haskell')
-rwxr-xr-xmaintainers/scripts/haskell/update-stackage.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/maintainers/scripts/haskell/update-stackage.sh b/maintainers/scripts/haskell/update-stackage.sh
index f1f04cdf45043..426c371d1d35c 100755
--- a/maintainers/scripts/haskell/update-stackage.sh
+++ b/maintainers/scripts/haskell/update-stackage.sh
@@ -62,10 +62,12 @@ sed -r \
     -e '/ lsp-types /d' \
     -e '/ lsp-test /d' \
     -e '/ hie-bios /d' \
+    -e '/ ShellCheck /d' \
     < "${tmpfile_new}" >> $stackage_config
 # Explanations:
 # cabal2nix, distribution-nixpkgs, jailbreak-cabal, language-nix: These are our packages and we know what we are doing.
 # lsp, lsp-types, lsp-test, hie-bios: These are tightly coupled to hls which is not in stackage. They have no rdeps in stackage.
+# ShellCheck: latest version of command-line dev tool.
 
 if [[ "${1:-}" == "--do-commit" ]]; then
 git add $stackage_config