about summary refs log tree commit diff
path: root/maintainers/scripts
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2022-12-28 08:52:35 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2022-12-28 10:42:13 +1000
commit232b50805970de8453532dfdbc52375f80175bf3 (patch)
tree7e895f1df6bb5bbb6b1e3da9799b12e5a3d907e8 /maintainers/scripts
parent4cb228c88c6d45d025da3776c79be143f0e3c1b9 (diff)
haskellPackages.ShellCheck: unpin
Diffstat (limited to 'maintainers/scripts')
-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